From f78d2242a6e5190be4cbea021b2a9cc95e68b4e6 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Tue, 11 Jul 2023 22:00:19 +0900 Subject: [PATCH] Still testing Signed-off-by: debianpepper --- python_modules/conf.py | 2 +- python_modules/deb_64.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python_modules/conf.py b/python_modules/conf.py index 76151603..0e51f375 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -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/"' diff --git a/python_modules/deb_64.py b/python_modules/deb_64.py index 671bd253..febb98b4 100644 --- a/python_modules/deb_64.py +++ b/python_modules/deb_64.py @@ -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()