summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-18 15:43:58 -0700
committerAl Stone <ahs3@redhat.com>2012-12-18 15:43:58 -0700
commitb1e7608fc4ed18ad4c22c35ffa573a7ddb229014 (patch)
treeef94d2120f1c47818cf1bbd2cb17b20d1d79a348 /stage1
parentfeb4847d1b6df1b5e3e80e96bc467d2ead406cbb (diff)
downloadbootstrap.git.DONOTUSE-b1e7608fc4ed18ad4c22c35ffa573a7ddb229014.tar.gz
bootstrap.git.DONOTUSE-b1e7608fc4ed18ad4c22c35ffa573a7ddb229014.tar.xz
bootstrap.git.DONOTUSE-b1e7608fc4ed18ad4c22c35ffa573a7ddb229014.zip
Run init-rootfs.sh as the final step of stage1
Signed-off-by: Al Stone <ahs3@redhat.com>
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