]> git.madduck.net Git - code/vinst.git/blobdiff - preseed/jessie/preseed.cfg

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

set xattr on /var
[code/vinst.git] / preseed / jessie / preseed.cfg
index 49f89dd3fb618ec175d17f96fbbf24fefaf935ab..1e4ad24d5e58c725fe1767857f966c5b499cad35 100644 (file)
@@ -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 } \
@@ -87,6 +78,7 @@ d-i partman-auto/expert_recipe string madduck :: \
   use_filesystem{ } filesystem{ ext4 } \
   mountpoint{ /var } label{ var } \
   options/relatime{ relatime } \
+  options/user_xattr{ user_xattr } \
   . \
   512 10240 -1 ext3 \
   $lvmok{ } lv_name{ srv } \