make_btrfs

This commit is contained in:
Marc Beninca 2024-11-20 09:40:58 +01:00
parent 844b2f21d3
commit dc0540c4ca
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ rescue_wipe_0_init_ovh_vle2() {
# boot / wipe
sh_fs_wipe "${device}2" "1G" 1
# boot / format
fs_make_btrfs "${device}2" "boot" \
sh_fs_make_btrfs "${device}2" "boot" \
"00000000-0000-0000-0000-00000000000b"
# boot / mount
mkdir --parents "/media/boot"
@ -59,7 +59,7 @@ rescue_wipe_2_make_ovh_vle2() {
# passphrase
unset passphrase
# crypt / format
fs_make_btrfs "/dev/mapper/crypt" "crypt" \
sh_fs_make_btrfs "/dev/mapper/crypt" "crypt" \
"00000000-0000-0000-0000-00000000000c"
# crypt / mount
mkdir --parents "/media/crypt"