Fixed missing device resolve on formatting
This commit is contained in:
parent
3f80df8695
commit
8a0f83b4e9
|
@ -288,6 +288,7 @@ disk_format() {
|
|||
return 0
|
||||
fi
|
||||
|
||||
local device="$(resolve_id_to_device "$id")"
|
||||
einfo "Formatting $device ($id) with $type"
|
||||
case "$type" in
|
||||
'bios'|'efi')
|
||||
|
|
Loading…
Reference in New Issue