From 5b3c1c9b7fe7a145f9dbb04448bb42028301381d Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Jan 2016 01:31:12 +0100 Subject: fixed locales, hostname, one partition --- http/preseed.cfg | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'http') diff --git a/http/preseed.cfg b/http/preseed.cfg index fb672eb..882f671 100644 --- a/http/preseed.cfg +++ b/http/preseed.cfg @@ -31,33 +31,17 @@ d-i partman-auto/purge_lvm_from_device boolean true d-i partman-auto-lvm/new_vg_name string debian d-i partman-basicfilesystems/no_swap boolean false -# Boot: 256MB # Root: At least 4GB, will fill to the end of the disk # Var: 4GB d-i partman-auto/expert_recipe string \ boot-root :: \ - 256 1000 256 ext4 \ - $primary{ } \ - $bootable{ } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - mountpoint{ /boot } \ - options/noatime{ noatime } \ - . \ 4096 10000 1000000000 ext4 \ $lvmok{ } lv_name{ root } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } \ options/noatime{ noatime } \ - . \ - 4096 5000 4096 ext4 \ - $lvmok{ } lv_name{ var } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - mountpoint{ /var } \ - options/noatime{ noatime } \ . d-i base-installer/install-recommends boolean false -- cgit v1.2.3