Use GPT as default partition table
This commit is contained in:
parent
a6da4bb500
commit
e83dbad0d4
|
@ -62,7 +62,7 @@ if [ "${manage_part}" -eq 0 ]; then
|
||||||
## }}}
|
## }}}
|
||||||
## Recreate partition (/boot and LV) {{{
|
## Recreate partition (/boot and LV) {{{
|
||||||
### Partition type
|
### Partition type
|
||||||
parted "${hdd}" mklabel msdos || exit 1
|
parted "${hdd}" mklabel gpt || exit 1
|
||||||
|
|
||||||
if [ "${manage_grub}" -eq 0 ]; then
|
if [ "${manage_grub}" -eq 0 ]; then
|
||||||
### /boot
|
### /boot
|
||||||
|
|
Loading…
Reference in New Issue