]> git.madduck.net Git - code/vinst.git/commitdiff

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:

integrate /usr with /
authormartin f. krafft <madduck@madduck.net>
Thu, 13 Nov 2014 11:26:42 +0000 (12:26 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 13 Nov 2014 11:29:14 +0000 (12:29 +0100)
preseed/jessie/preseed.cfg

index 49f89dd3fb618ec175d17f96fbbf24fefaf935ab..d1476abfef8a1ffc33c4ad9afc974f2b0664adbc 100644 (file)
@@ -65,21 +65,12 @@ d-i partman-auto/expert_recipe string madduck :: \
   $lvmok{ } lv_name{ swap } \
   method{ swap } format{ } \
   . \
   $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 } \
   $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 } \
   . \
   2048 4096 8192 ext3 \
   $lvmok{ } lv_name{ var } \