By default, cap-ram is set to limit the swap partition to 1024 MB. After removing this limit, the swap partition is then created with the same size as the RAM. We want to do this to make more swap available to live systems.
30 lines
909 B
INI
30 lines
909 B
INI
#_preseed_V1
|
|
|
|
d-i debian-installer/language string en
|
|
d-i debian-installer/country string CH
|
|
d-i debian-installer/locale string en_US.UTF-8
|
|
|
|
d-i keyboard-configuration/xkb-keymap select ch
|
|
|
|
d-i hw-detect/load_firmware boolean false
|
|
|
|
d-i netcfg/enable boolean false
|
|
d-i netcfg/get_domain string
|
|
|
|
d-i passwd/root-login boolean false
|
|
d-i passwd/user-fullname string Admin
|
|
d-i passwd/username string superstofl
|
|
d-i passwd/user-password-crypted password @install_admin_password@
|
|
|
|
d-i partman-auto/method string regular
|
|
d-i partman-auto/init_automatically_partition select some_device
|
|
d-i partman-auto/choose_recipe select atomic
|
|
d-i partman-auto/cap-ram string false
|
|
d-i partman/choose_partition select finish
|
|
|
|
d-i apt-setup/use_mirror boolean false
|
|
|
|
d-i grub-installer/only_debian boolean true
|
|
d-i grub-installer/update-nvram boolean false
|
|
|
|
d-i preseed/late_command string in-target /usr/local/bin/install-config
|