From e6e6930638fc08b8c3d469dfc8bfd23e9b6304c7 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Jan 2016 02:11:32 +0100 Subject: re-added boot par --- http/preseed.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'http') diff --git a/http/preseed.cfg b/http/preseed.cfg index 882f671..123c2e2 100644 --- a/http/preseed.cfg +++ b/http/preseed.cfg @@ -31,11 +31,20 @@ 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{ } \ -- cgit v1.2.3