Compare commits
2 Commits
f0ff7b5c51
...
8c083dfc17
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c083dfc17 | |||
| aea4a3da97 |
@@ -62,4 +62,5 @@
|
|||||||
syd/agda
|
syd/agda
|
||||||
syd/eshell
|
syd/eshell
|
||||||
syd/treesit
|
syd/treesit
|
||||||
syd/grammatical-framework))
|
syd/grammatical-framework
|
||||||
|
syd/lsp))
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ in {
|
|||||||
mkdir -p /btrfs-tmp
|
mkdir -p /btrfs-tmp
|
||||||
mount -t btrfs "${cfg.device}" /btrfs-tmp
|
mount -t btrfs "${cfg.device}" /btrfs-tmp
|
||||||
|
|
||||||
# If the moribound subvolume exists, send it do 'death row' (old-roots),
|
# If the moribund subvolume exists, send it do 'death row' (old-roots),
|
||||||
# where live for about three days before its eventual deletion.
|
# where live for about three days before its eventual deletion.
|
||||||
if [[ -e "/btrfs-tmp/${cfg.subvolume}" ]]; then
|
if [[ -e "/btrfs-tmp/${cfg.subvolume}" ]]; then
|
||||||
mkdir -p /btrfs-tmp/old-roots
|
mkdir -p /btrfs-tmp/old-roots
|
||||||
|
|||||||
Reference in New Issue
Block a user