X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=grub.cfg.netinst-noreboot;h=3db6a80f140df9f96f4ecd16c470cc7edd6d00bb;hp=92f166700aaf33f67b3484477f949161e64d8dca;hb=6ca069946c8ff88d79d1ae421e0eda60ae1c514c;hpb=78a1427fc167ccee73d448054a9c40c19d737ed3 diff --git a/grub.cfg.netinst-noreboot b/grub.cfg.netinst-noreboot index 92f1667..3db6a80 100644 --- a/grub.cfg.netinst-noreboot +++ b/grub.cfg.netinst-noreboot @@ -57,7 +57,7 @@ menuentry "" --unrestricted { menuentry "Netinstall" { set gfxpayload=$resolution - linux /boot/vmlinuz console=ttyS0,19200n8 FAI_FLAGS="verbose,sshd,createvt" FAI_ACTION=install FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD rd.neednet ip=dhcp quiet + linux /boot/vmlinuz libata.force=noncq console=ttyS0,19200n8 FAI_FLAGS="verbose,sshd,createvt" FAI_ACTION=install FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD rd.neednet ip=dhcp quiet initrd /boot/initrd.img }