updates for t11 and fsf
[automated-distro-installer] / fai / config / scripts / D16 / 12-d16
index df3cd5cea42ecf4868a1e99f23f3cd7657abe66b..062d519dda663d771ad2c6ed4da90239dd906cb9 100755 (executable)
@@ -8,6 +8,8 @@ if [[ $EUID != 0 ]]; then
   exit 1
 fi
 
+exit 0
+
 cat >$FAI_ROOT/etc/grub.d/40_custom <<EOF
 #!/bin/sh
 exec tail -n +3 \$0
@@ -18,7 +20,7 @@ exec tail -n +3 \$0
 # https://www.coreboot.org/Serial_console # tty
 # but removed unneeded stuff
 
-serial --speed=$speed
+serial --speed=115200
 terminal_input --append  serial
 terminal_output --append serial
 EOF