Index: /branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu
===================================================================
--- /branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu	(revision 12993)
+++ /branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu	(revision 12995)
@@ -246,8 +246,7 @@
 
 
-# Enable Serial TTYs and boot serial at 115200 baud
+# Enable Serial TTYs
 cust_serial_ttys() (
         chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[0-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys
-        echo '-h -s115200' > ${NANO_WORLDDIR}/boot.config
 )
 
Index: /branches/releng-10/nanobsd/files/boot.config
===================================================================
--- /branches/releng-10/nanobsd/files/boot.config	(revision 12993)
+++ /branches/releng-10/nanobsd/files/boot.config	(revision 12995)
@@ -1,1 +1,1 @@
--h
+-h 
Index: /branches/releng-10/nanobsd/files/boot/loader.conf
===================================================================
--- /branches/releng-10/nanobsd/files/boot/loader.conf	(revision 12993)
+++ /branches/releng-10/nanobsd/files/boot/loader.conf	(revision 12995)
@@ -20,2 +20,5 @@
 # Force output to run trough the comconsole, no exceptions
 console="comconsole"
+
+# PC Engines Alix APU board default serial settings cannot changed so 115200 it is. 
+comconsole_speed="115200"
