Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-07-12 15:43:33 +09:00
parent cd36e05909
commit 7fe0ca7260
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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'
)