dirinstall fixes/improvements, other minor changes
[automated-distro-installer] / fai / config / scripts / GRUB_PC / 11-iank
index 0df904b6cf85f0f6fa3ceb9073058f5c11a8f9da..ff65eb2e31ba29b2c359bac401b63a0362136e72 100755 (executable)
@@ -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