X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FGRUB_PC%2F11-iank;h=852e03a648947bb0b9724b1c3bab575bc2faeae0;hb=3f20eea52b8d7f665b2c3b483921f15a0e48d7ee;hp=485175fb7c370cb0670257606ae6b861ea8147ff;hpb=cf3b64c21818d0033ffe5447d30e45141c81ee1b;p=automated-distro-installer diff --git a/fai/config/scripts/GRUB_PC/11-iank b/fai/config/scripts/GRUB_PC/11-iank index 485175f..852e03a 100755 --- a/fai/config/scripts/GRUB_PC/11-iank +++ b/fai/config/scripts/GRUB_PC/11-iank @@ -138,14 +138,12 @@ if [[ $FAI_ACTION != dirinstall ]]; then # luks options, see man systemd-cryptsetup-generator # all i know is that with luks.crypttab=no, swap still timed out on boot. # and with rd.luks.crypttab=no, it works. - cmdline="rd.luks.crypttab=no console=ttyS0 net.ifnames=0" if ifclass LINODE; then speed=19200 - cmdline+=",${speed}n8" - cmdline="rd.luks.crypttab=no console=ttyS0,${speed}n8" + cmdline="rd.luks.crypttab=no net.ifnames=0 console=ttyS0,${speed}n8" else speed=115200 - cmdline+=",${speed}n8 console=tty0" + cmdline="rd.luks.crypttab=no net.ifnames=0 console=ttyS0,${speed}n8 console=tty0" fi cat >$FAI_ROOT/etc/grub.d/40_custom <$target/etc/initramfs-tools/conf.d/mine <