From e83dbad0d417ad7c66b6d4db9745edf4242f174e Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 15 Dec 2020 16:42:46 +0100 Subject: [PATCH] Use GPT as default partition table --- debian/chroot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chroot.install b/debian/chroot.install index 39a110c..285f8ee 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -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