Still testing

Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-07-11 22:00:19 +09:00
parent 631875eac5
commit f78d2242a6
2 changed files with 3 additions and 3 deletions

View File

@ -290,7 +290,7 @@ lbset_deb64 = ('lb config --mode debian --distribution bookworm'
' --architectures amd64 --linux-flavours amd64'
' --apt-recommends true --binary-images iso-hybrid'
' --security true'
' --updates true --backports false'
' --updates --backports false'
' --image-name "PeppermintOS-Debian-64"'
' --iso-application "PeppermintOS"'
' --iso-preparer "PeppermintOS-https://peppermintos.com/"'

View File

@ -128,7 +128,7 @@ def readybuild():
#inflate_bubble.set_system_packages()
inflate_bubble.set_system_packages_64()
#inflate_bubble.set_artwork_packages()
#inflate_bubble.set_python_packages()
inflate_bubble.set_python_packages()
inflate_bubble.set_calamares_packages()
#inflate_bubble.set_firmware_packages()
inflate_bubble.set_binary_packages_64()
@ -153,7 +153,7 @@ def readybuild():
#inflate_bubble.set_system_packages()
inflate_bubble.set_system_packages_64()
#inflate_bubble.set_artwork_packages()
#inflate_bubble.set_python_packages()
inflate_bubble.set_python_packages()
inflate_bubble.set_calamares_packages()
#inflate_bubble.set_firmware_packages()
inflate_bubble.set_binary_packages_64()