changeset 264:fbc5089ec60e

Package script needs commands the rest of the build doesn't, and since it's going away in favor of gene2fs, give it a host $PATH for now instead of adding commands.
author Rob Landley <rob@landley.net>
date Fri, 25 Jan 2008 18:16:29 -0600
parents 4681b51b609a
children 8c98542cb613
files package-mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/package-mini-native.sh	Fri Jan 25 12:51:45 2008 -0600
+++ b/package-mini-native.sh	Fri Jan 25 18:16:29 2008 -0600
@@ -34,6 +34,6 @@
 sync
 EOF
 chmod +x ${WORK}/uml-package.sh &&
-linux rootfstype=hostfs rw quiet ARCH=${ARCH} PATH=${PATH} init="${HOSTTOOLS}/oneit -p ${WORK}/uml-package.sh"
+linux rootfstype=hostfs rw quiet ARCH=${ARCH} PATH=/bin:/usr/bin:/sbin:/usr/sbin init="${HOSTTOOLS}/oneit -p ${WORK}/uml-package.sh"