Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
2bef5edd98
commit
cd36e05909
|
@ -286,19 +286,18 @@ lbset_deb32 = ('lb config --mode debian --distribution bookworm'
|
||||||
|
|
||||||
|
|
||||||
lbset_deb64 = ('lb config --mode debian --distribution bookworm'
|
lbset_deb64 = ('lb config --mode debian --distribution bookworm'
|
||||||
#' --archive-areas "main contrib non-free non-free-firmware"'
|
' --archive-areas "main contrib non-free non-free-firmware"'
|
||||||
' --archive-areas "non-free-firmware"'
|
|
||||||
' --architectures amd64 --linux-flavours amd64'
|
' --architectures amd64 --linux-flavours amd64'
|
||||||
' --apt-recommends true --binary-images iso-hybrid'
|
' --apt-recommends true --binary-images iso-hybrid'
|
||||||
' --security true'
|
' --security true'
|
||||||
' --updates true --backports false'
|
' --updates true --backports true'
|
||||||
' --image-name "PeppermintOS-Debian-64"'
|
' --image-name "PeppermintOS-Debian-64"'
|
||||||
' --iso-application "PeppermintOS"'
|
' --iso-application "PeppermintOS"'
|
||||||
' --iso-preparer "PeppermintOS-https://peppermintos.com/"'
|
' --iso-preparer "PeppermintOS-https://peppermintos.com/"'
|
||||||
' --iso-publisher "Peppermint OS Team"'
|
' --iso-publisher "Peppermint OS Team"'
|
||||||
' --iso-volume "PeppermintOS" --win32-loader false'
|
' --iso-volume "PeppermintOS" --win32-loader false'
|
||||||
' --checksums sha512 --cache true --clean --color --quiet'
|
' --checksums sha512'
|
||||||
' --zsync false '
|
' --zsync false'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue