X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/10cac4edfc25c11d66c0950c22371c2f7a3fe615..c4c55ce4a7853887d746ab8ad7471bf947b1bafc:/preseed/jessie/preseed.cfg diff --git a/preseed/jessie/preseed.cfg b/preseed/jessie/preseed.cfg index 49f89dd..b1ce912 100644 --- a/preseed/jessie/preseed.cfg +++ b/preseed/jessie/preseed.cfg @@ -7,12 +7,15 @@ d-i netcfg/choose_interface select auto d-i netcfg/dhcp_options select Configure network manually d-i netcfg/confirm_static boolean true d-i netcfg/wireless_wep string +# prevent rDNS discovery +d-i netcfg/get_hostname seen true +d-i netcfg/get_domain seen true d-i hw-detect/load_firmware boolean true d-i mirror/country string manual d-i mirror/protocol string http -d-i mirror/http/hostname string debian.morphium.info +d-i mirror/http/hostname string ftp.fau.de d-i mirror/http/directory string /debian d-i mirror/http/proxy string d-i mirror/suite string jessie @@ -49,6 +52,7 @@ d-i partman-auto/purge_lvm_from_device boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true +#d-i partman-auto-lvm/new_vg_name string d-i partman-auto/expert_recipe string madduck :: \ 1 1 1 free \ @@ -65,21 +69,12 @@ d-i partman-auto/expert_recipe string madduck :: \ $lvmok{ } lv_name{ swap } \ method{ swap } format{ } \ . \ - 1024 1536 3072 ext3 \ + 3072 6144 10240 ext3 \ $lvmok{ } lv_name{ root } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } label{ root } \ - options/relatime{ relatime } \ - options/user_xattr{ user_xattr } \ - . \ - 2048 3072 6144 ext3 \ - $lvmok{ } lv_name{ usr } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - mountpoint{ /usr } label{ usr } \ - options/noatime{ noatime } \ - options/nodev{ nodev } \ + options/relatime{ noatime } \ . \ 2048 4096 8192 ext3 \ $lvmok{ } lv_name{ var } \ @@ -87,6 +82,7 @@ d-i partman-auto/expert_recipe string madduck :: \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /var } label{ var } \ options/relatime{ relatime } \ + options/user_xattr{ user_xattr } \ . \ 512 10240 -1 ext3 \ $lvmok{ } lv_name{ srv } \ @@ -117,6 +113,7 @@ d-i partman/confirm_nooverwrite boolean true d-i apt-setup/non-free boolean false d-i apt-setup/contrib boolean false +d-i base-installer/install-recommends boolean false popularity-contest popularity-contest/participate boolean false