make_btrfs
This commit is contained in:
parent
844b2f21d3
commit
dc0540c4ca
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue