diff options
| author | Jesse Keating <jkeating@redhat.com> | 2009-10-02 16:13:44 -0700 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2009-10-05 10:28:48 -0400 |
| commit | 5a7e839e67bcb5b337d294c76319ecc4e14661e7 (patch) | |
| tree | 6a145d31df56f2d4450384d113620b25325b2661 /scripts | |
| parent | 481971736c3d218a114fe73ab67c393dcf77b1e8 (diff) | |
| download | anaconda-5a7e839e67bcb5b337d294c76319ecc4e14661e7.tar.gz anaconda-5a7e839e67bcb5b337d294c76319ecc4e14661e7.tar.xz anaconda-5a7e839e67bcb5b337d294c76319ecc4e14661e7.zip | |
Make the netboot dir before trying to use it
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.ppc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc index d560d212d..f5368a2a7 100644 --- a/scripts/mk-images.ppc +++ b/scripts/mk-images.ppc @@ -91,6 +91,7 @@ __EOT__ popd echo "zimage = images/netboot/ppc32.img" >> $TOPDESTPATH/.treeinfo elif [ -x $IMGPATH/usr/sbin/wrapper -a -r $IMGPATH/usr/lib/kernel-wrapper/wrapper.a ]; then + mkdir -p $TOPDESTPATH/images/netboot $IMGPATH/usr/sbin/wrapper -o $TOPDESTPATH/images/netboot/ppc32.img \ -i $TOPDESTPATH/ppc/ppc32/ramdisk.image.gz \ -D $IMGPATH/usr/lib/kernel-wrapper \ |
