maybe mount sda1 to /boot instead of /boot/efi

This commit is contained in:
Pratham Patel 2023-07-29 22:25:05 +05:30
parent 8bc7b57417
commit f68f03ac80
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ clearpart --drives=sda --all
# The '--size' option takes MB, not MiB
# 1074 MB = 1 GiB
# 2148 MB = 2 GiB
part /boot/efi --asprimary --ondisk=sda --size=1074 --label=boot --fstype=efi
part / --asprimary --ondisk=sda --size=2148 --label=root --fstype=ext4
part /boot --asprimary --ondisk=sda --size=1074 --label=boot --fstype=efi
part / --asprimary --ondisk=sda --size=2148 --label=root --fstype=ext4