Add build of ready installed flash-images

This commit is contained in:
Arne Fitzenreiter
2009-05-24 14:54:36 +02:00
parent ab27cd04e6
commit 52ca8220b8
2 changed files with 175 additions and 0 deletions

View File

@@ -696,6 +696,7 @@ buildpackages() {
# Check if there is a loop device for building in virtual environments
if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then
ipfiremake usb-stick ED=$IPFVER
ipfiremake flash-images ED=$IPFVER
fi
mv $LFS/install/images/{*.iso,*.tgz,*.img.gz,*.bz2} $BASEDIR >> $LOGFILE 2>&1