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

Robert Millan rmh at costa.debian.org
Wed Mar 15 14:38:16 UTC 2006


Author: rmh
Date: 2006-03-15 14:38:15 +0000 (Wed, 15 Mar 2006)
New Revision: 1327

Removed:
   trunk/web/cdscripts/sysinstall.gz
Modified:
   trunk/web/cdscripts/mfsroot.sh
Log:
Remove i386-specific sysinstall.gz, and assume user already placed it manualy in the build dir.

Modified: trunk/web/cdscripts/mfsroot.sh
===================================================================
--- trunk/web/cdscripts/mfsroot.sh	2006-03-15 11:26:46 UTC (rev 1326)
+++ trunk/web/cdscripts/mfsroot.sh	2006-03-15 14:38:15 UTC (rev 1327)
@@ -27,9 +27,8 @@
 # "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.
-zcat sysinstall.gz | \
 sed -e "s,Attempting to install all selected distributions\.\.,Press ALT-F3 to proceed with GNU/kFreeBSD setup...,g" \
-> ${mnt}/stand/sysinstall
+sysinstall > ${mnt}/stand/sysinstall
 chmod 755 ${mnt}/stand/sysinstall
 
 # freebsd commands.  most of these will have to be replaced by native debian

Deleted: trunk/web/cdscripts/sysinstall.gz
===================================================================
(Binary files differ)




More information about the Glibc-bsd-commits mailing list