From 6fb36e21594c278ebed309199f42cbdea6a0486c Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 5 Mar 2019 18:48:15 +0100 Subject: [PATCH] Preseed: mount the virt LV for Docker --- debian/gaming.station.preseed | 7 +++---- winboot | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/gaming.station.preseed b/debian/gaming.station.preseed index 347f251..43e64e3 100644 --- a/debian/gaming.station.preseed +++ b/debian/gaming.station.preseed @@ -198,12 +198,11 @@ d-i partman-auto/expert_recipe string \ mountpoint{ / } \ . \ 10000 50000 20000 ext4 \ - $lvmok{ } lv_name{ lv_virt } \ - in_vg { sys } \ - $primary{ } \ + $lvmok{ } lv_name{ lv_docker } \ + in_vg { srog } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ - mountpoint{ /mnt/virt } \ + mountpoint{ /var/lib/docker } \ . \ 50% 2000 75% linux-swap \ $lvmok{ } lv_name{ lv_swap } \ diff --git a/winboot b/winboot index f921a58..a02dc83 100755 --- a/winboot +++ b/winboot @@ -1,7 +1,7 @@ #!/bin/sh GRUB_DEFAULT_PATH='/etc/default/grub' -WIN_GRUB="2" +WIN_GRUB="3" if grep -q -E -- "^GRUB_DEFAULT=saved" "${GRUB_DEFAULT_PATH}" then