make_fat
This commit is contained in:
parent
1dfebbc35a
commit
beb4695b29
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ rescue_wipe_0_init_ovh_vle2() {
|
|||
# esp / wipe
|
||||
sh_fs_wipe "${device}3" "1M"
|
||||
# esp / format
|
||||
fs_make_fat "${device}3" "esp" "00000001"
|
||||
sh_fs_make_fat "${device}3" "esp" "00000001"
|
||||
# esp / mount
|
||||
mkdir --parents "/media/esp"
|
||||
mount "${device}3" "/media/esp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue