summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.x86
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-14 16:19:31 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 16:54:38 -0500
commitd9c89d2acc8948c57616003d1efc6018fa82c542 (patch)
tree103884d608c1955947e3e5ad28b2f22af647f80e /scripts/mk-images.x86
parentf3945efeaa80a32b75e052832a0fc17fa272ed1b (diff)
downloadanaconda-d9c89d2acc8948c57616003d1efc6018fa82c542.tar.gz
anaconda-d9c89d2acc8948c57616003d1efc6018fa82c542.tar.xz
anaconda-d9c89d2acc8948c57616003d1efc6018fa82c542.zip
Get rid of dangling fobpath stuff; now that we're not mounting to create
the disk image, we need to use rm -rf to nuke the contents too
Diffstat (limited to 'scripts/mk-images.x86')
-rw-r--r--scripts/mk-images.x862
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.x86 b/scripts/mk-images.x86
index 8d0c6007c..4c26b6f43 100644
--- a/scripts/mk-images.x86
+++ b/scripts/mk-images.x86
@@ -135,7 +135,7 @@ makeBootImages() {
grep -v local $TOPDESTPATH/images/fobpath/isolinux.cfg > $TOPDESTPATH/images/fobpath/syslinux.cfg
rm -f $TOPDESTPATH/images/fobpath/isolinux.cfg
/usr/bin/makebootfat -v -o $TOPDESTPATH/images/diskboot.img -Y -b /usr/share/syslinux/ldlinux.bss -m /usr/share/makebootfat/x86/mbrfat.bin -F -Z -c /usr/share/syslinux/ldlinux.sys $TOPDESTPATH/images/fobpath/
- rmdir $TOPDESTPATH/images/fobpath
+ rm -rf $TOPDESTPATH/images/fobpath
cat > $TOPDESTPATH/images/pxeboot/README <<EOF
The files in this directory are useful for booting a machine via PXE.