Updated default disk as /dev/sda
This commit is contained in:
parent
759dabef33
commit
a378e909a1
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Define the disk to partition
|
# Define the disk to partition
|
||||||
DISK="/dev/sdX"
|
DISK="/dev/sda"
|
||||||
|
|
||||||
# Create a new partition table
|
# Create a new partition table
|
||||||
parted $DISK -- mklabel gpt
|
parted $DISK -- mklabel gpt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user