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

Robert Millan rmh at costa.debian.org
Wed Mar 15 20:57:33 UTC 2006


Author: rmh
Date: 2006-03-15 20:57:33 +0000 (Wed, 15 Mar 2006)
New Revision: 1334

Modified:
   trunk/web/cdscripts/mfsroot.sh
Log:
Fix sysinstall regexp.

Modified: trunk/web/cdscripts/mfsroot.sh
===================================================================
--- trunk/web/cdscripts/mfsroot.sh	2006-03-15 18:05:45 UTC (rev 1333)
+++ trunk/web/cdscripts/mfsroot.sh	2006-03-15 20:57:33 UTC (rev 1334)
@@ -29,7 +29,8 @@
 # the same size, and everything will work.
 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" \
+  -e "s,Visit the general configuration menu for a chance to set,Debian GNU/kFreeBSD installation complete.  Answer \"No\" ,g" \
+  -e "s,any last options?,below and reboot.,g" \
 > ${mnt}/stand/sysinstall
 chmod 755 ${mnt}/stand/sysinstall
 




More information about the Glibc-bsd-commits mailing list