added logging
This commit is contained in:
parent
f7303dce15
commit
06cffbdbd7
14 changed files with 321 additions and 51 deletions
|
@ -45,6 +45,7 @@
|
|||
"sys-block/gpart",
|
||||
"net-misc/ntp",
|
||||
"net-fs/nfs-utils",
|
||||
"app-emulation/qemu-guest-agent",
|
||||
"linux-firmware"
|
||||
],
|
||||
"additional": ["app-editors/vim"],
|
||||
|
@ -72,6 +73,7 @@
|
|||
"cronie": "default",
|
||||
"acpid": "default",
|
||||
"ntp": "default"
|
||||
"qemu-guest-agent": "default"
|
||||
},
|
||||
"iso": null,
|
||||
"portage": null,
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
"packages": {
|
||||
"additional": [
|
||||
"app-emulation/cloud-init",
|
||||
"sys-block/open-iscsi"
|
||||
"sys-block/open-iscsi",
|
||||
"app-editors/mg",
|
||||
"net-analyzer/openbsd-netcat"
|
||||
]
|
||||
},
|
||||
"disk": "/dev/vda",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue