mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
cdrom+flash-images: Write images to the images directory
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
12
make.sh
12
make.sh
@@ -2128,19 +2128,15 @@ build_system() {
|
||||
|
||||
# use toolchain bash for chroot to strip
|
||||
CUSTOM_PATH="${TOOLS_DIR}/bin" lfsmake2 strip
|
||||
|
||||
# Build images
|
||||
lfsmake2 cdrom
|
||||
lfsmake2 flash-images
|
||||
}
|
||||
|
||||
buildpackages() {
|
||||
local LOGFILE="${LOG_DIR}/_build.packages.log"
|
||||
|
||||
# Create images for install
|
||||
lfsmake2 cdrom
|
||||
|
||||
# Check if there is a loop device for building in virtual environments
|
||||
lfsmake2 flash-images
|
||||
|
||||
mv ${BUILD_DIR}/install/images/{*.iso,*.img.xz,*.bz2} $BASEDIR >> $LOGFILE 2>&1
|
||||
|
||||
ipfirepackages
|
||||
|
||||
cd $BASEDIR
|
||||
|
||||
Reference in New Issue
Block a user