This commit is contained in:
Marc Beninca 2024-11-12 22:59:49 +01:00
parent 4590c5cda6
commit 799732c8ef
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 8 deletions

View file

@ -159,8 +159,6 @@ rescue_wipe_2_make_hetzner_8_8() {
--options "autodefrag,compress-force=zstd" \
"/dev/mapper/crypt" "/media/crypt"
# make swap file
btrfs filesystem mkswapfile \
--size "64g" \
--uuid "00000000-0000-0000-0000-000000000005" \
"/media/crypt/swap"
fs_make_btrfs_swap "/media/crypt/swap" "64g" \
"00000000-0000-0000-0000-000000000005"
}

View file

@ -92,8 +92,6 @@ rescue_wipe_2_make_ovh_vle2() {
mount --options "autodefrag,compress-force=zstd" \
"/dev/mapper/crypt" "/media/crypt"
# crypt / swap
btrfs filesystem mkswapfile \
--size "4g" \
--uuid "00000000-0000-0000-0000-000000000005" \
"/media/crypt/swap"
fs_make_btrfs_swap "/media/crypt/swap" "4g" \
"00000000-0000-0000-0000-000000000005"
}