Move some scripts/info to specific debian dir
This commit is contained in:
parent
472c083633
commit
cd1c669b5a
|
@ -18,6 +18,8 @@ btrfs subvolume create /target/usr
|
||||||
btrfs subvolume create /target/var
|
btrfs subvolume create /target/var
|
||||||
|
|
||||||
# Specific actions for "etc" subvolume
|
# 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
|
mv /target/etc /target/etc.temp
|
||||||
btrfs subvolume create /target/etc
|
btrfs subvolume create /target/etc
|
||||||
mv /target/etc.temp/* /target/etc
|
mv /target/etc.temp/* /target/etc
|
Loading…
Reference in New Issue