update BldHelper scripts

This commit is contained in:
manuel 2023-11-14 12:30:01 -01:00
parent 707e0c7fcb
commit ea41935fbd
10 changed files with 22 additions and 4 deletions

View File

@ -11,9 +11,12 @@ d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/services-select multiselect security, updates, backports
d-i apt-setup/security_host string security.debian.org
# Uncomment this to add multiarch configuration for i386
d-i apt-setup/multiarch string i386
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false

View File

@ -12,6 +12,7 @@
PREFIX=My-distro-debian
SUFFIX=i386-pae
BUILD=deb-32-pae
TODAY=$(date -u +"%Y-%m-%d")
FileName="${PREFIX}-${SUFFIX}"
LOCATION="/home/$SUDO_USER/out/${BUILD}"
LogDir="/home/$SUDO_USER/logs"

View File

@ -12,6 +12,7 @@
PREFIX=My-distro-debian
SUFFIX=i386
BUILD=deb-32
TODAY=$(date -u +"%Y-%m-%d")
FileName="${PREFIX}-${SUFFIX}"
LOCATION="/home/$SUDO_USER/out/${BUILD}"
LogDir="/home/$SUDO_USER/logs"

View File

@ -12,6 +12,7 @@
PREFIX=My-distro-debian
SUFFIX=amd65
BUILD=deb-64
TODAY=$(date -u +"%Y-%m-%d")
FileName="${PREFIX}-${SUFFIX}"
LOCATION="/home/$SUDO_USER/out/${BUILD}"
LogDir="/home/$SUDO_USER/logs"

View File

@ -12,6 +12,7 @@
PREFIX=My-distro-devuan
SUFFIX=i386-pae
BUILD=dev-32-pae
TODAY=$(date -u +"%Y-%m-%d")
FileName="${PREFIX}-${SUFFIX}"
LOCATION="/home/$SUDO_USER/out/${BUILD}"
LogDir="/home/$SUDO_USER/logs"

View File

@ -11,9 +11,12 @@ d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/services-select multiselect security, updates, backports
d-i apt-setup/security_host string deb.devuan.org/merged
# Uncomment this to add multiarch configuration for i386
d-i apt-setup/multiarch string i386
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false

View File

@ -12,6 +12,7 @@
PREFIX=My-distro-devuan
SUFFIX=i386
BUILD=dev-32
TODAY=$(date -u +"%Y-%m-%d")
FileName="${PREFIX}-${SUFFIX}"
LOCATION="/home/$SUDO_USER/out/${BUILD}"
LogDir="/home/$SUDO_USER/logs"

View File

@ -11,9 +11,12 @@ d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/services-select multiselect security, updates, backports
d-i apt-setup/security_host string deb.devuan.org/merged
# Uncomment this to add multiarch configuration for i386
d-i apt-setup/multiarch string i386
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false

View File

@ -12,6 +12,7 @@
PREFIX=My-distro-devuan
SUFFIX=amd64
BUILD=dev-64
TODAY=$(date -u +"%Y-%m-%d")
FileName="${PREFIX}-${SUFFIX}"
LOCATION="/home/$SUDO_USER/out/${BUILD}"
LogDir="/home/$SUDO_USER/logs"

View File

@ -11,9 +11,12 @@ d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/services-select multiselect security, updates, backports
d-i apt-setup/security_host string deb.devuan.org/merged
# Uncomment this to add multiarch configuration for i386
d-i apt-setup/multiarch string i386
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false