From f5fbe7239b06b49a21a3408211a7082b59147253 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Tue, 2 Nov 2021 17:47:57 +0100 Subject: [PATCH] 2021-11-02 17:47:57 --- Makefile | 4 ++++ preseed.cfg | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 78061dc..e756016 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,7 @@ test: update: @git pull +imac: + @test -d ~/goinfre/VirtualBox\ VMs || mkdir -p ~/goinfre/VirtualBox\ VMs + @ln -snf ~/goinfre/VirtualBox\ VMs ~/VirtualBox\ VMs + diff --git a/preseed.cfg b/preseed.cfg index 3dee085..5f252cd 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -210,14 +210,8 @@ d-i partman-auto/expert_recipe string \ method{ format } format{ } \ use_filesystem{ } filesystem{ fat32 } \ . \ - 31027 32768 -1 lvm \ - $defaultignore{ } \ - method{ lvm } \ - vg_name{ LVMGroup } \ - . \ 10240 10240 10240 ext4 \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ root } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ @@ -225,13 +219,11 @@ d-i partman-auto/expert_recipe string \ . \ 2355 2355 2355 linux-swap \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ swap } \ method{ swap } format{ } \ . \ 5120 5120 5120 ext4 \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ home } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ @@ -239,7 +231,6 @@ d-i partman-auto/expert_recipe string \ . \ 3072 3072 3072 ext4 \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ var } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ @@ -247,7 +238,6 @@ d-i partman-auto/expert_recipe string \ . \ 3072 3072 3072 ext4 \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ srv } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ @@ -255,7 +245,6 @@ d-i partman-auto/expert_recipe string \ . \ 3072 3072 3072 ext4 \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ tmp } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ @@ -263,7 +252,6 @@ d-i partman-auto/expert_recipe string \ . \ 4096 4096 4096 ext4 \ $lvmok{ } \ - in_vg{ LVMGroup } \ lv_name{ var-log } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \