mirror of
https://github.com/systemd/systemd.git
synced 2024-12-11 11:13:58 +08:00
Enable more mkosi options
- HostonlyInitrd reduces the size of the initramfs which speeds up QEMU boot times. - Autologin and deleting the root password remove the manual login step whenever starting the systemd-nspawn container or QEMU vm. - NetworkVeth passes --network-veth to the nspawn container when using mkosi boot and emulates --network-veth with a tap device and networkd's 80-vm-vt.network builtin network file when using mkosi qemu. --network-veth makes it easier to test network and resolved in mkosi's nspawn container or QEMU vm.
This commit is contained in:
parent
a869f5aaa4
commit
9a01c6f095
@ -63,3 +63,8 @@ Packages=
|
||||
|
||||
[Host]
|
||||
QemuHeadless=yes
|
||||
NetworkVeth=yes
|
||||
|
||||
[Validation]
|
||||
Password=
|
||||
Autologin=yes
|
||||
|
@ -79,3 +79,8 @@ Packages=
|
||||
|
||||
[Host]
|
||||
QemuHeadless=yes
|
||||
NetworkVeth=yes
|
||||
|
||||
[Validation]
|
||||
Password=
|
||||
Autologin=yes
|
||||
|
@ -89,3 +89,8 @@ Cache=mkosi.cache
|
||||
|
||||
[Host]
|
||||
QemuHeadless=yes
|
||||
NetworkVeth=yes
|
||||
|
||||
[Validation]
|
||||
Password=
|
||||
Autologin=yes
|
||||
|
@ -83,3 +83,8 @@ Packages=
|
||||
|
||||
[Host]
|
||||
QemuHeadless=yes
|
||||
NetworkVeth=yes
|
||||
|
||||
[Validation]
|
||||
Password=
|
||||
Autologin=yes
|
||||
|
@ -82,3 +82,8 @@ Packages=
|
||||
|
||||
[Host]
|
||||
QemuHeadless=yes
|
||||
NetworkVeth=yes
|
||||
|
||||
[Validation]
|
||||
Password=
|
||||
Autologin=yes
|
||||
|
Loading…
Reference in New Issue
Block a user