diff options
| author | Al Stone <ahs3@redhat.com> | 2012-12-18 15:43:58 -0700 |
|---|---|---|
| committer | Al Stone <ahs3@redhat.com> | 2012-12-18 15:43:58 -0700 |
| commit | b1e7608fc4ed18ad4c22c35ffa573a7ddb229014 (patch) | |
| tree | ef94d2120f1c47818cf1bbd2cb17b20d1d79a348 | |
| parent | feb4847d1b6df1b5e3e80e96bc467d2ead406cbb (diff) | |
Run init-rootfs.sh as the final step of stage1
Signed-off-by: Al Stone <ahs3@redhat.com>
| -rwxr-xr-x | stage1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
