changeset 1307:6ea4204209d0

Add /sbin to the $PATH in the system image. (Oops.)
author Rob Landley <rob@landley.net>
date Wed, 01 Dec 2010 03:03:18 -0600
parents 8e10d025f1a5
children 37371bb066c1
files system-image.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/system-image.sh	Wed Dec 01 03:02:34 2010 -0600
+++ b/system-image.sh	Wed Dec 01 03:03:18 2010 -0600
@@ -127,7 +127,7 @@
   [ "$SYSIMAGE_TYPE" != "initramfs" ] &&
     echo -n "root=/dev/$ROOT rw init=/sbin/init.sh "
 
-  echo -n "panic=1 PATH=\$DISTCC_PATH_PREFIX/bin console=$CONSOLE"
+  echo -n "panic=1 PATH=\$DISTCC_PATH_PREFIX/bin:/sbin console=$CONSOLE"
   echo -n " HOST=$ARCH ${KERNEL_EXTRA}\$KERNEL_EXTRA"
 }