summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"