|
|
|
@ -20,28 +20,8 @@ d-i clock-setup/utc boolean true
|
|
|
|
|
d-i time/zone string UTC
|
|
|
|
|
d-i clock-setup/ntp boolean true
|
|
|
|
|
|
|
|
|
|
# Fail LVM
|
|
|
|
|
#d-i partman-auto/disk string /dev/sda
|
|
|
|
|
#d-i partman-auto/method string lvm
|
|
|
|
|
#d-i partman-auto-lvm/guided_size string max
|
|
|
|
|
#d-i partman-lvm/device_remove_lvm boolean true
|
|
|
|
|
#d-i partman-md/device_remove_md boolean true
|
|
|
|
|
#d-i partman-lvm/confirm boolean true
|
|
|
|
|
#d-i partman-lvm/confirm_nooverwrite boolean true
|
|
|
|
|
#d-i partman-auto/choose_recipe select atomic
|
|
|
|
|
#d-i partman-partitioning/confirm_write_new_label boolean true
|
|
|
|
|
#d-i partman/choose_partition select finish
|
|
|
|
|
#d-i partman/confirm boolean true
|
|
|
|
|
#d-i partman/confirm_nooverwrite boolean true
|
|
|
|
|
#d-i partman-md/confirm boolean true
|
|
|
|
|
#d-i partman-partitioning/confirm_write_new_label boolean true
|
|
|
|
|
#d-i partman/choose_partition select finish
|
|
|
|
|
#d-i partman/confirm boolean true
|
|
|
|
|
#d-i partman/confirm_nooverwrite boolean true
|
|
|
|
|
# End LVM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set simple partition
|
|
|
|
|
d-i partman-auto/disk string /dev/sda
|
|
|
|
|
d-i partman-auto/select_disk select /dev/sda
|
|
|
|
|
d-i partman-lvm/device_remove_lvm boolean true
|
|
|
|
|
d-i partman-md/device_remove_md boolean true
|
|
|
|
@ -50,36 +30,13 @@ d-i partman-partitioning/confirm_write_new_label boolean true
|
|
|
|
|
d-i partman/choose_partition select finish
|
|
|
|
|
d-i partman/confirm boolean true
|
|
|
|
|
d-i partman/confirm_nooverwrite boolean true
|
|
|
|
|
#d-i partman-md/confirm boolean true
|
|
|
|
|
#d-i partman-partitioning/confirm_write_new_label boolean true
|
|
|
|
|
#d-i partman/choose_partition select finish
|
|
|
|
|
#d-i partman/confirm boolean true
|
|
|
|
|
#d-i partman/confirm_nooverwrite boolean true
|
|
|
|
|
|
|
|
|
|
# Simple partition layout
|
|
|
|
|
#partman-auto/text/atomic_scheme ::
|
|
|
|
|
#500 10000 1000000 ext4
|
|
|
|
|
# $primary{ }
|
|
|
|
|
# $bootable{ }
|
|
|
|
|
# method{ format }
|
|
|
|
|
# format{ }
|
|
|
|
|
# use_filesystem{ }
|
|
|
|
|
# filesystem{ ext4 }
|
|
|
|
|
# mountpoint{ / } .
|
|
|
|
|
#
|
|
|
|
|
#64 512 300% linux-swap
|
|
|
|
|
# method{ swap }
|
|
|
|
|
# format{ } .
|
|
|
|
|
|
|
|
|
|
d-i partman-auto/method string regular
|
|
|
|
|
d-i partman-auto/choose_recipe select multi
|
|
|
|
|
|
|
|
|
|
d-i partman-partitioning/confirm_write_new_label boolean true
|
|
|
|
|
d-i partman/choose_partition select finish
|
|
|
|
|
d-i partman/confirm boolean true
|
|
|
|
|
d-i partman/confirm_nooverwrite boolean true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
d-i base-installer/install-recommends boolean false
|
|
|
|
|
tasksel tasksel/first multiselect standard
|
|
|
|
|
d-i pkgsel/include string openssh-server sudo iptables apt-transport-https bzip2 ca-certificates colordiff cpufrequtils curl debian-archive-keyring exuberant-ctags git haveged host less locales lsb-release lshw net-tools nvme-cli ntp parted rsync telnet traceroute vim vim-scripts
|
|
|
|
@ -89,8 +46,13 @@ d-i grub-installer/only_debian boolean true
|
|
|
|
|
d-i grub-installer/with_other_os boolean true
|
|
|
|
|
#d-i grub-installer/bootdev string default
|
|
|
|
|
d-i grub-installer/bootdev string /dev/sda
|
|
|
|
|
#d-i grub-pc grub-pc/install_devices string /dev/sda
|
|
|
|
|
d-i debian-installer/add-kernel-opts string console=tty0 console=ttyS1,115200n8 ipv6.disable=1
|
|
|
|
|
d-i finish-install/keep-consoles boolean true
|
|
|
|
|
d-i finish-install/reboot_in_progress note
|
|
|
|
|
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed-late.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|