From: martin f. krafft <madduck@madduck.net>
Date: Mon, 27 Apr 2020 00:52:40 +0000 (+0200)
Subject: increase swap size
X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/0870c6b2fb6fc5ad5ded7840d81e97ee844e7232?ds=sidebyside;hp=fae448a5aa16aa50bbc5cf0fafd692d487754d18

increase swap size
---

diff --git a/preseed/buster/preseed.cfg b/preseed/buster/preseed.cfg
index 1385c30..3f4cb80 100644
--- a/preseed/buster/preseed.cfg
+++ b/preseed/buster/preseed.cfg
@@ -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{ } \
   . \