From: martin f. krafft Date: Thu, 13 Nov 2014 11:26:42 +0000 (+0100) Subject: integrate /usr with / X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/3283456091304a02fd3377035a4a67d1d7c160c7 integrate /usr with / --- diff --git a/preseed/jessie/preseed.cfg b/preseed/jessie/preseed.cfg index 49f89dd..d1476ab 100644 --- a/preseed/jessie/preseed.cfg +++ b/preseed/jessie/preseed.cfg @@ -65,21 +65,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 } \