trisquel-automatic-netinstall-qemu: enable comments inside sections.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
fb6e846b95
commit
ab015a4852
|
@ -12,32 +12,44 @@
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# Accounts
|
############
|
||||||
|
# Accounts #
|
||||||
|
############
|
||||||
d-i passwd/root-login boolean false
|
d-i passwd/root-login boolean false
|
||||||
d-i passwd/username string admin666
|
d-i passwd/username string admin666
|
||||||
d-i passwd/user-fullname string admin666
|
d-i passwd/user-fullname string admin666
|
||||||
d-i passwd/user-password password password
|
d-i passwd/user-password password password
|
||||||
d-i passwd/user-password-again password password
|
d-i passwd/user-password-again password password
|
||||||
|
|
||||||
# Keyboard layout
|
###################
|
||||||
|
# Keyboard layout #
|
||||||
|
###################
|
||||||
d-i keyboard-configuration/xkb-keymap select us
|
d-i keyboard-configuration/xkb-keymap select us
|
||||||
|
|
||||||
# Locales
|
###########
|
||||||
|
# Locales #
|
||||||
|
###########
|
||||||
d-i debian-installer/locale string en_US
|
d-i debian-installer/locale string en_US
|
||||||
|
|
||||||
# Network
|
###########
|
||||||
|
# Network #
|
||||||
|
###########
|
||||||
d-i netcfg/choose_interface select auto
|
d-i netcfg/choose_interface select auto
|
||||||
d-i netcfg/get_domain string test
|
d-i netcfg/get_domain string test
|
||||||
d-i netcfg/get_hostname string test
|
d-i netcfg/get_hostname string test
|
||||||
|
|
||||||
# Package management
|
######################
|
||||||
|
# Package management #
|
||||||
|
######################
|
||||||
d-i mirror/country string manual
|
d-i mirror/country string manual
|
||||||
d-i mirror/http/directory string /trisquel
|
d-i mirror/http/directory string /trisquel
|
||||||
d-i mirror/http/hostname string mirror.fsf.org
|
d-i mirror/http/hostname string mirror.fsf.org
|
||||||
d-i mirror/http/proxy string @MIRROR_HTTP_PROXY@
|
d-i mirror/http/proxy string @MIRROR_HTTP_PROXY@
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
# Partitioning
|
################
|
||||||
|
# Partitioning #
|
||||||
|
################
|
||||||
d-i grub-installer/bootdev string /dev/vda
|
d-i grub-installer/bootdev string /dev/vda
|
||||||
d-i partman-auto-lvm/guided_size string max
|
d-i partman-auto-lvm/guided_size string max
|
||||||
d-i partman-auto/choose_recipe select atomic
|
d-i partman-auto/choose_recipe select atomic
|
||||||
|
@ -53,11 +65,15 @@ d-i partman/confirm boolean true
|
||||||
d-i partman/confirm_nooverwrite boolean true
|
d-i partman/confirm_nooverwrite boolean true
|
||||||
d-i partman/confirm_nooverwrite boolean true
|
d-i partman/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
# Timezone
|
############
|
||||||
|
# Timezone #
|
||||||
|
############
|
||||||
d-i clock-setup/ntp boolean true
|
d-i clock-setup/ntp boolean true
|
||||||
d-i clock-setup/utc boolean true
|
d-i clock-setup/utc boolean true
|
||||||
d-i time/zone string Europe/Paris
|
d-i time/zone string Europe/Paris
|
||||||
|
|
||||||
# Shutdown at the end
|
#######################
|
||||||
|
# Shutdown at the end #
|
||||||
|
#######################
|
||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
||||||
d-i debian-installer/exit/poweroff boolean true
|
d-i debian-installer/exit/poweroff boolean true
|
||||||
|
|
Loading…
Reference in New Issue