summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'stage1')
-rwxr-xr-xstage13
1 files changed, 2 insertions, 1 deletions
diff --git a/stage1 b/stage1
index 6ce9dd4..949b757 100755
--- a/stage1
+++ b/stage1
@@ -1135,9 +1135,10 @@ EOF
chmod a+x distccd.script
# add in the handy script to make sure the rootfs is usable
- # as an NFS root
+ # as an NFS root (and then execute it)
cp init-rootfs.sh $ROOTFS/
chmod a+x $ROOTFS/init-rootfs.sh
+ ( cd $ROOTFS; sudo ./init-rootfs.sh )
echo stage2 ready