[Lunar-commits] r18567 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Tue Feb 7 19:02:47 UTC 2006
Author: sofar
Date: 2006-02-07 19:02:44 +0000 (Tue, 07 Feb 2006)
New Revision: 18567
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Add hints toward serial console for grub in here - commented by default.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2006-02-07 19:02:01 UTC (rev 18566)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2006-02-07 19:02:44 UTC (rev 18567)
@@ -840,6 +840,10 @@
{
mkdir -p $TARGET/boot/grub
(
+ echo "# uncomment the following 2 lines to enable serial console booting"
+ echo "#serial --unit=0 --speed=38400 --word=8 --parity=no --stop=1"
+ echo "#terminal serial"
+ echo ""
echo "timeout 30"
echo "default 0"
echo "fallback 1"
More information about the Lunar-commits
mailing list