[Lunar-commits] r18366 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Fri Jan 27 19:50:07 UTC 2006
Author: sofar
Date: 2006-01-27 19:50:04 +0000 (Fri, 27 Jan 2006)
New Revision: 18366
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Don't use curses and wait 2 seconds in all cases. Also grub is dainbread and doesn't return an error status code in case an error happened. I despise grub. thank you.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2006-01-27 19:46:18 UTC (rev 18365)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2006-01-27 19:50:04 UTC (rev 18366)
@@ -567,7 +567,8 @@
echo "root ($GRUB_ROOT)"
echo "setup ($GRUB_DISC)"
echo "quit"
- ) | grub
+ ) | grub --no-curses
+ sleep 2
# setup grub details
if [ "$BOOT" == "$ROOT" ]; then
More information about the Lunar-commits
mailing list