remove --disklabel=rocky-linux

This commit is contained in:
Pratham Patel 2023-07-27 20:37:25 +05:30
parent 198fbbbcdc
commit aa57b71ccc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Remove all partitions
clearpart --drives=sda --disklabel=rocky-linux --all
clearpart --drives=sda --all
# Create partitions
part /boot/efi --asprimary --ondisk=sda --size=1024 --label=boot --fstype=efi