diff options
author | Chris Lumens <clumens@redhat.com> | 2005-04-05 18:28:03 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-04-05 18:28:03 +0000 |
commit | 9be8040ed361c6325e440b71523a85a2cab92cc2 (patch) | |
tree | 8ecd351df40e6003b3a6574b4c4dd42325615c5c | |
parent | fb23bc868fdba34ec26e8e39523f1d0b0a89982e (diff) | |
download | anaconda-9be8040ed361c6325e440b71523a85a2cab92cc2.tar.gz anaconda-9be8040ed361c6325e440b71523a85a2cab92cc2.tar.xz anaconda-9be8040ed361c6325e440b71523a85a2cab92cc2.zip |
Don't delete anaconda-runtime before it's needed.
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 8c7b1ab19..6df162363 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -1016,7 +1016,7 @@ for KERNELARCH in $arches; do done # do some clean up before making the cramfs of the second stage -rm -rf $INSTIMGTEMPLATE/usr/lib/anaconda-runtime $INSTIMGTEMPLATE/usr/lib/syslinux $IMGPATH/usr/lib/anaconda-runtime $IMGPATH/usr/lib/syslinux +rm -rf $INSTIMGTEMPLATE/usr/lib/anaconda-runtime $INSTIMGTEMPLATE/usr/lib/syslinux $IMGPATH/usr/lib/syslinux if [ -n "$foundakernel" ]; then # make the second stage |