Remove wipefs

This commit is contained in:
Andreas Zweili 2024-01-15 18:36:20 +01:00
parent a348842ea5
commit 7fb0fa6852
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ VGROUP=grouptoformat
create_gpt() {
echo "Create partition table."
wipefs -a $BOOT_PARTITION
wipefs -a $ROOT_PARTITION
wipefs -a $DISK
parted --script $DISK mklabel gpt
parted --script $DISK mkpart ESP fat32 0% 1GiB
parted --script $DISK set 1 esp on