X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FGRUB_PC%2F11-iank;h=ff65eb2e31ba29b2c359bac401b63a0362136e72;hp=0df904b6cf85f0f6fa3ceb9073058f5c11a8f9da;hb=ac4e0089e245c96a388b8fcdd92fc05da3399694;hpb=34839ddd0fbddfe203a3aa5b3387186a273e31df diff --git a/fai/config/scripts/GRUB_PC/11-iank b/fai/config/scripts/GRUB_PC/11-iank index 0df904b..ff65eb2 100755 --- a/fai/config/scripts/GRUB_PC/11-iank +++ b/fai/config/scripts/GRUB_PC/11-iank @@ -98,6 +98,16 @@ EOF if [[ $FAI_ACTION != dirinstall ]]; then + + cat >$FAI_ROOT/etc/grub.d/40_custom <<'EOF' +# https://www.coreboot.org/Serial_console +# but removed unneeded stuff + +serial --speed=115200 +terminal_input --append serial +terminal_output --append serial +EOF + chroot $FAI_ROOT bash <<'EOF' # https://askubuntu.com/questions/33416/how-do-i-disable-the-boot-splash-screen-and-only-show-kernel-and-boot-text-inst # it suggests not having plymouth-theme-ubuntu-text, but