summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 01:31:12 +0100
committervarac <varacanero@zeromail.org>2016-01-18 01:31:12 +0100
commit5b3c1c9b7fe7a145f9dbb04448bb42028301381d (patch)
tree278751764c2dcf5cb2043a06e0d6f8ffca460c41 /http
parent07ae3145dba2e373815ed846fea732f71cbe24c1 (diff)
fixed locales, hostname, one partition
Diffstat (limited to 'http')
-rw-r--r--http/preseed.cfg16
1 files changed, 0 insertions, 16 deletions
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