fix(scripts): add missing fs creation for boot partition
This commit is contained in:
parent
76755a7a44
commit
48bf563d90
|
@ -52,6 +52,7 @@ parted "$drive" -- mklabel gpt
|
|||
# create boot partition
|
||||
parted "$drive" -- mkpart ESP fat32 1MiB 512MiB
|
||||
parted "$drive" -- set 1 esp on
|
||||
mkfs.fat -F 32 -n boot "$boot"
|
||||
|
||||
# create system partition
|
||||
parted "$drive" -- mkpart primary 512MiB 100%
|
||||
|
|
Loading…
Reference in a new issue