update preseed files
This commit is contained in:
parent
4fdd711e53
commit
13300d67fc
|
@ -25,11 +25,5 @@ d-i apt-setup/security_host string security.debian.org
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
# This command is run just before the install finishes, but when there is
|
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
|
||||||
# packages and run commands in the target system.
|
|
||||||
d-i anna/choose_modules string prebaseconfig
|
|
||||||
d-i preseed/late_command string sh /preseed/scripts/copy-files-to-target.sh
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,11 +25,4 @@ d-i apt-setup/security_host string security.debian.org
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
# This command is run just before the install finishes, but when there is
|
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
|
||||||
# packages and run commands in the target system.
|
|
||||||
d-i anna/choose_modules string prebaseconfig
|
|
||||||
d-i preseed/late_command string sh /preseed/scripts/copy-files-to-target.sh
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,11 +25,4 @@ d-i apt-setup/security_host string security.debian.org
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
# This command is run just before the install finishes, but when there is
|
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
|
||||||
# packages and run commands in the target system.
|
|
||||||
d-i anna/choose_modules string prebaseconfig
|
|
||||||
d-i preseed/late_command string sh /preseed/scripts/copy-files-to-target.sh
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,12 +26,4 @@ d-i apt-setup/security_host string security.debian.org
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
# This command is run just before the install finishes, but when there is
|
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
|
||||||
# packages and run commands in the target system.
|
|
||||||
# Specifying the time to run the script.
|
|
||||||
d-i anna/choose_modules string prebaseconfig
|
|
||||||
d-i preseed/late_command string sh /preseed/scripts/copy-files-to-target.sh
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue