update build script
This commit is contained in:
parent
fdd60c0b72
commit
bdd9b3e272
|
@ -33,7 +33,7 @@ lb config noauto \
|
|||
--checksums sha512 \
|
||||
--zsync false \
|
||||
--win32-loader false \
|
||||
--debian-installer-preseedfile preseed.cfg
|
||||
--debian-installer-preseedfile preseed.cfg \
|
||||
|
||||
"${@}"
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ lb config noauto \
|
|||
--checksums sha512 \
|
||||
--zsync false \
|
||||
--win32-loader false \
|
||||
--debian-installer-preseedfile preseed.cfg
|
||||
--debian-installer-preseedfile preseed.cfg \
|
||||
|
||||
"${@}"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ umount $(mount | grep "${PWD}/chroot" | tac | cut -f3 -d" ") 2>/dev/null
|
|||
for i in ./* ./.build ; do [ $i = ./cache ] && continue || rm -rf $i ; done
|
||||
|
||||
|
||||
#Defines Live Build settings
|
||||
# Defines Live Build settings
|
||||
|
||||
lb config noauto \
|
||||
--binary-images iso-hybrid \
|
||||
|
@ -35,7 +35,7 @@ lb config noauto \
|
|||
--checksums sha512 \
|
||||
--zsync false \
|
||||
--win32-loader false \
|
||||
--debian-installer-preseedfile preseed.cfg
|
||||
--debian-installer-preseedfile preseed.cfg \
|
||||
|
||||
"${@}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue