]> 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:

increase swap size
authormartin f. krafft <madduck@madduck.net>
Mon, 27 Apr 2020 00:52:40 +0000 (02:52 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 27 Apr 2020 00:52:40 +0000 (02:52 +0200)
preseed/buster/preseed.cfg

index 1385c30e3d8ef71d39ddb2198d3ec0eb67fc28ea..3f4cb807ab8c258530e2c300d9d45d4dd5c25f31 100644 (file)
@@ -65,7 +65,7 @@ d-i partman-auto/expert_recipe string madduck :: \
   $primary{ } \
   method{ lvm } \
   . \
-  128 1024 200% linux-swap \
+  1024 2048 200% linux-swap \
   $lvmok{ } lv_name{ swap } \
   method{ swap } format{ } \
   . \