[Glibc-bsd-commits] r1333 - trunk/web/cdscripts

Robert Millan rmh at costa.debian.org
Wed Mar 15 18:05:46 UTC 2006


Author: rmh
Date: 2006-03-15 18:05:45 +0000 (Wed, 15 Mar 2006)
New Revision: 1333

Modified:
   trunk/web/cdscripts/mfsroot.sh
Log:
Replace "set any last options" message with sed.

Modified: trunk/web/cdscripts/mfsroot.sh
===================================================================
--- trunk/web/cdscripts/mfsroot.sh	2006-03-15 17:47:41 UTC (rev 1332)
+++ trunk/web/cdscripts/mfsroot.sh	2006-03-15 18:05:45 UTC (rev 1333)
@@ -27,8 +27,10 @@
 # "persuade" sysinstall to tell the user to switch to ttyv2.  This is very tricky.
 # We're editing an ELF file with sed.  Just make sure both strings have exactly
 # the same size, and everything will work.
-sed -e "s,Attempting to install all selected distributions\.\.,Press ALT-F3 to proceed with GNU/kFreeBSD setup...,g" \
-sysinstall > ${mnt}/stand/sysinstall
+sed sysinstall \
+  -e "s,Attempting to install all selected distributions\.\.,Press ALT-F3 to proceed with GNU/kFreeBSD setup...,g" \
+  -e "s,Visit the general configuration menu for a chance to set any last options?,Debian GNU/kFreeBSD installation complete.  Answer \"No\" below and reboot..,g" \
+> ${mnt}/stand/sysinstall
 chmod 755 ${mnt}/stand/sysinstall
 
 # freebsd commands.  most of these will have to be replaced by native debian




More information about the Glibc-bsd-commits mailing list