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