diff --git a/iso_configs/hooks/normal/0540-misc.hook.chroot b/iso_configs/hooks/normal/0540-misc.hook.chroot index aa045fd6..dfe0b08a 100755 --- a/iso_configs/hooks/normal/0540-misc.hook.chroot +++ b/iso_configs/hooks/normal/0540-misc.hook.chroot @@ -36,4 +36,4 @@ curl https://raw.githubusercontent.com/hectorm/hblock/master/hblock --output /tm chmod 755 /usr/local/bin/hblock && echo " hblock: installed" || echo " hblock: failed to install" - hblock -S none -D none exit 0 + #hblock -S none -D none exit 0 diff --git a/python_modules/conf.py b/python_modules/conf.py index 62b7d89f..e9d6eaf5 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -290,14 +290,22 @@ 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 true' + ' --updates true --backports false' ' --image-name "PeppermintOS-Debian-64"' ' --iso-application "PeppermintOS"' ' --iso-preparer "PeppermintOS-https://peppermintos.com/"' ' --iso-publisher "Peppermint OS Team"' ' --iso-volume "PeppermintOS" --win32-loader false' - ' --checksums sha512' - ' --zsync false' + ' --checksums sha512 --cache true' + ' --zsync false ' + ' --mirror-bootstrap https://deb.debian.org/debian' + ' --parent-mirror-bootstrap https://deb.debian.org/debian' + ' --parent-mirror-chroot https://deb.debian.org/debian' + ' --parent-mirror-chroot-security https://security.debian.org/debian-security' + ' --parent-mirror-binary https://deb.debian.org/debian' + ' --parent-mirror-binary-security https://security.debian.org/debian-security' + ' --mirror-chroot https://deb.debian.org/debian' + ' --mirror-chroot-security https://security.debian.org/debian-security' )