Updated default disk as /dev/sda

This commit is contained in:
Luke Else 2025-03-20 22:28:13 +00:00
parent 759dabef33
commit a378e909a1

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Define the disk to partition
DISK="/dev/sdX"
DISK="/dev/sda"
# Create a new partition table
parted $DISK -- mklabel gpt