new commit
This commit is contained in:
parent
9f3f4ff5ba
commit
5aac466d0d
|
@ -20,7 +20,7 @@ for i in ./* ./.build ; do [ $i = ./cache ] && continue || rm -rf $i ; done
|
||||||
lb config noauto \
|
lb config noauto \
|
||||||
--binary-images iso-hybrid \
|
--binary-images iso-hybrid \
|
||||||
--architectures arm64 \
|
--architectures arm64 \
|
||||||
--distribution bullseye \
|
--distribution bookworm \
|
||||||
--archive-areas "main contrib non-free non-free-firmware" \
|
--archive-areas "main contrib non-free non-free-firmware" \
|
||||||
--firmware-chroot false \
|
--firmware-chroot false \
|
||||||
--debian-installer netinst \
|
--debian-installer netinst \
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
### ## # Set build working variables HERE # ## ###
|
### ## # Set build working variables HERE # ## ###
|
||||||
|
|
||||||
PREFIX=PepMini # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
|
PREFIX=PepMini # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
|
||||||
SUFFIX=i386 # Also used by <HouseKeeping>. And to distinguish between amd64 and x86 or devuan and ubuntu .
|
SUFFIX=amd64 # Also used by <HouseKeeping>. And to distinguish between amd64 and x86 or devuan and ubuntu .
|
||||||
BUILD=PepDev64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]
|
BUILD=PepDev64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
|
|
Loading…
Reference in New Issue