summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-18 15:55:58 -0700
committerAl Stone <ahs3@redhat.com>2012-12-18 15:55:58 -0700
commitaf2eefb952f8b158d533b0fc5334fd6770ec9cf9 (patch)
treec24ee892ca6bcbc8c6e4e57c4ecfa55e245cf404 /stage1
parentcf12ecee89931ce7c5cb14e820fa32ac87a96f97 (diff)
parent693215413af0cf64b55d5ad44690a5e3b2cbaf35 (diff)
downloadbootstrap.git.DONOTUSE-af2eefb952f8b158d533b0fc5334fd6770ec9cf9.tar.gz
bootstrap.git.DONOTUSE-af2eefb952f8b158d533b0fc5334fd6770ec9cf9.tar.xz
bootstrap.git.DONOTUSE-af2eefb952f8b158d533b0fc5334fd6770ec9cf9.zip
Merge branch 'aarch64-ahs3'
Diffstat (limited to 'stage1')
-rwxr-xr-xstage13
1 files changed, 2 insertions, 1 deletions
diff --git a/stage1 b/stage1
index 87c6568..fb46db6 100755
--- a/stage1
+++ b/stage1
@@ -1137,9 +1137,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