From cd1c669b5a68b001b437908b4e5a683fe11f6a22 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 23 Jan 2019 17:27:32 +0100 Subject: [PATCH] Move some scripts/info to specific debian dir --- part.btrfs => debian/part.btrfs.sh | 2 ++ 1 file changed, 2 insertions(+) rename part.btrfs => debian/part.btrfs.sh (86%) diff --git a/part.btrfs b/debian/part.btrfs.sh similarity index 86% rename from part.btrfs rename to debian/part.btrfs.sh index 2782415..16320a5 100755 --- a/part.btrfs +++ b/debian/part.btrfs.sh @@ -18,6 +18,8 @@ btrfs subvolume create /target/usr btrfs subvolume create /target/var # Specific actions for "etc" subvolume +## In case the installation is based on LUKS/cryptsetup, we need to keep +## the generated cryptsetup's configuration. mv /target/etc /target/etc.temp btrfs subvolume create /target/etc mv /target/etc.temp/* /target/etc