summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-27 20:12:10 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-27 20:21:13 -0500
commitdb61534532f0e3dfc3191b754641dc164dbbcc02 (patch)
tree466c1fbaa5b240d5778ba8cfa6da43c9a830fedb
parent58be2961c037d93016d80792e770aa52c190ff54 (diff)
downloadanaconda-db61534532f0e3dfc3191b754641dc164dbbcc02.tar.gz
anaconda-db61534532f0e3dfc3191b754641dc164dbbcc02.tar.xz
anaconda-db61534532f0e3dfc3191b754641dc164dbbcc02.zip
Move doPostImages to be run after the second stage build
-rwxr-xr-xscripts/mk-images4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 345137f23..8a2c7473f 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -807,8 +807,6 @@ for KERNELARCH in $arches; do
done
done
-doPostImages
-
# 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/syslinux
@@ -817,4 +815,6 @@ if [ -n "$foundakernel" ]; then
rm -rf $KERNELBASE
fi
+doPostImages
+
cd $TOPDIR