diff --git a/fedora.pkr.hcl b/fedora.pkr.hcl index a515444..54f9cf0 100644 --- a/fedora.pkr.hcl +++ b/fedora.pkr.hcl @@ -24,6 +24,7 @@ source "qemu" "fedora" { "c", "set gfxpayload=keep", "linux /images/pxeboot/vmlinuz console=ttyS0 inst.notmux inst.cmdline ", + "inst.stage2=hd:/dev/sr0 ", "inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora.ks", "initrd /images/pxeboot/initrd.img", "boot"