summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-15 15:07:20 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-15 15:07:20 +0000
commit715b480edb1d018f2f6c8b8e1e63bf68167b94d0 (patch)
tree45270b0e2a8ca2d73742dd24acdf891d4d9c5f5d /scripts/mk-images
parent482f7cfb0c6522753b2b4897788bb4800212e188 (diff)
downloadanaconda-715b480edb1d018f2f6c8b8e1e63bf68167b94d0.tar.gz
anaconda-715b480edb1d018f2f6c8b8e1e63bf68167b94d0.tar.xz
anaconda-715b480edb1d018f2f6c8b8e1e63bf68167b94d0.zip
2006-09-15 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images (PATH): Fix tyop (#206638)
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 6b42cdda4..59cae54ae 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -736,7 +736,7 @@ makemainimage () {
elif [ $type = "squashfs" ]; then
makeproductfile $IMGPATH
echo "Running mksquashfs $IMGPATH $mmi_tmpimage -all-root -no-fragments"
- mksquashfs $IMGPATH $mmi_tmpimage -all-root -nofragments
+ mksquashfs $IMGPATH $mmi_tmpimage -all-root -no-fragments
chmod 0644 $mmi_tmpimage
SIZE=$(expr `cat $mmi_tmpimage | wc -c` / 1024)
elif [ $type = "cramfs" ]; then