]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Rewrite flash-image generation for GRUB2.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index b55bbdb857f00a01536fe05b5c603f073f2d8ea2..49cc1d8711966d3dbff5826ff9708dc353c2bf4f 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -862,6 +862,7 @@ buildpackages() {
   modprobe loop 2>/dev/null
   if [ $BUILD_IMAGES == 1 ] && ([ -e /dev/loop/0 ] || [ -e /dev/loop0 ] || [ -e "/dev/loop-control" ]); then
        ipfiremake flash-images
+       ipfiremake flash-images SCON=1
   fi
 
   mv $LFS/install/images/{*.iso,*.tgz,*.img.gz,*.bz2} $BASEDIR >> $LOGFILE 2>&1