fix(scripts): add missing fs creation for boot partition
This commit is contained in:
parent
76755a7a44
commit
48bf563d90
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue