Blob Blame History Raw
--- etc/setup.d/common-data.orig	2010-08-23 09:54:15.000000000 -0700
+++ etc/setup.d/common-data	2010-08-23 09:52:22.000000000 -0700
@@ -18,6 +18,9 @@
 
 # Common data for use in schroot setup scripts
 
+# Make sure /sbin directories are in the path
+PATH=$PATH:/sbin:/usr/sbin
+
 # Script arguments
 STAGE="$1"
 STATUS="$2"