summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-01-18 19:52:48 -0500
committerAndrew Cady <d@cryptonomic.net>2021-01-18 19:52:48 -0500
commit72dcf5220a7503a62edb024db32b84dfcd54c103 (patch)
treefa02eee1d123dbce4954d0d8fcbe9edec166a593
parent2f0a9a7f8d213d474415b2194f34cdffcf0a4554 (diff)
this is the fix
-rwxr-xr-xsrc/partvi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partvi b/src/partvi
index eb12e18..59b1419 100755
--- a/src/partvi
+++ b/src/partvi
@@ -196,7 +196,7 @@ create_ptable_conf()
196 case "$type" in 196 case "$type" in
197 partition-table) start=$((start + devsz)); return;; 197 partition-table) start=$((start + devsz)); return;;
198 efi-system-partition) typecode=C12A7328-F81F-11D2-BA4B-00A0C93EC93B ;; 198 efi-system-partition) typecode=C12A7328-F81F-11D2-BA4B-00A0C93EC93B ;;
199 bios-grub) typecode=21686148-6449-6E6F-744E-656564454649 ;; 199# bios-grub) typecode=21686148-6449-6E6F-744E-656564454649 ;;
200 *) typecode=0FC63DAF-8483-4772-8E79-3D69D8477DE4 ;; 200 *) typecode=0FC63DAF-8483-4772-8E79-3D69D8477DE4 ;;
201 esac 201 esac
202 202
@@ -285,7 +285,7 @@ $sudo kpartx -u "$whole"
285 285
286target=x86_64-efi 286target=x86_64-efi
287target=i386-pc 287target=i386-pc
288set -- grub-install --target=$target --removable 288set -- grub-install --force --target=$target --removable
289 289
290for f in part*.conf 290for f in part*.conf
291do 291do