summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-01-18 23:38:58 -0500
committerAndrew Cady <d@cryptonomic.net>2021-01-18 23:38:58 -0500
commitcb665c1bc20d06c9e56cf2ba1b0665de5a4742c8 (patch)
treef44bff169ba4dc23e7e4ccccd0bd29a79857f9ad
parent76b2e276f152c9a014c1fd920a867133b2a1c929 (diff)
hybrid mbr verified boots
-rwxr-xr-xsrc/partvi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partvi b/src/partvi
index 4a9d774..ab8d5c0 100755
--- a/src/partvi
+++ b/src/partvi
@@ -197,8 +197,8 @@ create_ptable_conf()
197 case "$type" in 197 case "$type" in
198 partition-table) start=$((start + devsz)); return;; 198 partition-table) start=$((start + devsz)); return;;
199 efi-system-partition) typecode=C12A7328-F81F-11D2-BA4B-00A0C93EC93B ;; 199 efi-system-partition) typecode=C12A7328-F81F-11D2-BA4B-00A0C93EC93B ;;
200 bios-grub) typecode=21686148-6449-6E6F-744E-656564454649 ;; 200 bios-grub)
201 boot) 201 typecode=21686148-6449-6E6F-744E-656564454649
202 printf 'start=1, size=%d, type=ee\n' \ 202 printf 'start=1, size=%d, type=ee\n' \
203 "$((start_sectors - 1))" \ 203 "$((start_sectors - 1))" \
204 >> "$DOS_TABLE_FILE" 204 >> "$DOS_TABLE_FILE"