wipe your ass

This commit is contained in:
Ward from fusion-voyager-3 2024-01-22 21:13:19 +03:00
parent 40198ffc98
commit 6faf8912d2

View File

@ -8,6 +8,7 @@ TIMEZONE="$(cat "/tmp/pika-installer-gtk4-timezone.txt")"
if [[ ! -f "/tmp/pika-installer-gtk4-target-automatic-luks.txt" ]] if [[ ! -f "/tmp/pika-installer-gtk4-target-automatic-luks.txt" ]]
then then
sfdisk --delete /dev/${DISK}
# Partition the drives # Partition the drives
parted -s -a optimal /dev/${DISK} mklabel gpt \ parted -s -a optimal /dev/${DISK} mklabel gpt \
mkpart "linux-efi" 1MiB 513Mib \ mkpart "linux-efi" 1MiB 513Mib \