diff sources/control-images/lfs-bootstrap/mnt/build/setup.nosrc @ 1283:ba8e5317049c

More chipping away at the LFS build. Add basic locale support to uClibc config and hit gettext about the head and shoulders with sed until it compiles despite autoconf still being utterly useless.
author Rob Landley <rob@landley.net>
date Thu, 11 Nov 2010 04:50:39 -0600
parents a4cb2ed0a551
children
line wrap: on
line diff
--- a/sources/control-images/lfs-bootstrap/mnt/build/setup.nosrc	Thu Nov 11 04:49:16 2010 -0600
+++ b/sources/control-images/lfs-bootstrap/mnt/build/setup.nosrc	Thu Nov 11 04:50:39 2010 -0600
@@ -1,9 +1,15 @@
 #!/bin/bash
 
+set +h
+
 # Basic setup.  Create directories not in the aboriginal base system.
 
 cd / &&
 
+# The first package (zlib) dies with hush.
+
+ln -sf bash /bin/sh &&
+
 mkdir -p boot etc/opt opt media/floppy media/cdrom srv var/tmp &&
 chmod 0750 root &&
 chmod 1777 tmp var/tmp &&