updates to preseed
This commit is contained in:
15
preseed.cfg
15
preseed.cfg
@@ -45,22 +45,23 @@ d-i passwd/user-default-groups string audo cdrom video admin sudo
|
|||||||
|
|
||||||
### Partitioning
|
### Partitioning
|
||||||
|
|
||||||
d-i partman-auto/method string lvm
|
d-i partman-auto/method string regular
|
||||||
d-i partman-lvm/device_remove_lvm boolean true
|
d-i partman-lvm/device_remove_lvm boolean true
|
||||||
d-i partman-md/device_remove_md boolean true
|
d-i partman-md/device_remove_md boolean true
|
||||||
d-i partman-lvm/confirm boolean true
|
d-i partman-lvm/confirm boolean true
|
||||||
d-i partman-lvm/confirm_nooverwrite boolean true
|
|
||||||
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
|
||||||
d-i partman-partitioning/confirm_write_new_label boolean true
|
d-i partman/confirm_write_new_label boolean true
|
||||||
d-i partman/choose_partition select finish
|
d-i partman/choose_partition select finish
|
||||||
|
d-i partman/confirm boolean true
|
||||||
d-i partman/confirm_nooverwrite boolean true
|
d-i partman/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
### Mirror Settings
|
### Mirror Settings
|
||||||
|
|
||||||
d-i mirror/country string enter information manually
|
d-i mirror/country string enter information manually
|
||||||
d-i mirror/http/hostname string http.kali.org
|
d-i mirror/suite string kali
|
||||||
d-i mirror/http/directory string /
|
d-i mirror/codename string kali
|
||||||
|
d-i mirror/http/hostname string archive.kali.org
|
||||||
|
d-i mirror/http/directory string /kali
|
||||||
d-i mirror/http/proxy string
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
### APT Setup
|
### APT Setup
|
||||||
@@ -77,7 +78,7 @@ d-i pkgsel/include string openssh-server
|
|||||||
### Bootloader
|
### Bootloader
|
||||||
|
|
||||||
d-i grub-installer/only_debian boolean true
|
d-i grub-installer/only_debian boolean true
|
||||||
d-i grub-installer/bootdev string default
|
d-i grub-installer/with_other_os boolean false
|
||||||
|
|
||||||
### Finishing Up
|
### Finishing Up
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user