Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 422 Bytes

warewulf-bootstrap

CircleCI

Testing as a container with systemd-nspawn

sudo systemd-nspawn --register=false --network-veth -bD initramfs/.install/

Testing as a VM with qemu

qemu-system-x86_64 -serial stdio -initrd initramfs.gz -kernel vmlinuz -append "console=ttyS0"