diff options
Diffstat (limited to 'old-school')
-rw-r--r-- | old-school/lvm-create.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/old-school/lvm-create.sh b/old-school/lvm-create.sh index 7f5bea4..ce0862e 100644 --- a/old-school/lvm-create.sh +++ b/old-school/lvm-create.sh | |||
@@ -61,8 +61,9 @@ init_samizdat() | |||
61 | 61 | ||
62 | initialize_root_filesystem() | 62 | initialize_root_filesystem() |
63 | { | 63 | { |
64 | btrfs subvolume create /root/gpg || return | 64 | rm -r /root/root |
65 | mv /gpg/gnupghome /root/gpg/ || return | 65 | btrfs subvolume create /root/root || return |
66 | mv /gpg/gnupghome /root/root/.gnupg || return | ||
66 | 67 | ||
67 | rm -r /root/var/cache/apt/archives | 68 | rm -r /root/var/cache/apt/archives |
68 | btrfs subvolume create /root/var/cache/apt/archives || return | 69 | btrfs subvolume create /root/var/cache/apt/archives || return |