summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 02:11:32 +0100
committervarac <varacanero@zeromail.org>2016-01-18 02:11:32 +0100
commite6e6930638fc08b8c3d469dfc8bfd23e9b6304c7 (patch)
treedb3af3b11d70e72cb19a72afa59f29fd6f4ed053 /http
parent5b3c1c9b7fe7a145f9dbb04448bb42028301381d (diff)
re-added boot par
Diffstat (limited to 'http')
-rw-r--r--http/preseed.cfg9
1 files changed, 9 insertions, 0 deletions
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{ } \