update BldHelper scripts
This commit is contained in:
parent
707e0c7fcb
commit
ea41935fbd
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue