Compare commits

..

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@@ -62,4 +62,5 @@
syd/agda syd/agda
syd/eshell syd/eshell
syd/treesit syd/treesit
syd/grammatical-framework)) syd/grammatical-framework
syd/lsp))

View File

@@ -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