Przeglądaj źródła

fix: make rockchip boot partitions bootable

Cameron Nemo 3 lat temu
rodzic
commit
664e3184e1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      mkimage.sh.in

+ 1 - 1
mkimage.sh.in

@@ -196,7 +196,7 @@ _EOF
 label: gpt
 unit: sectors
 first-lba: 32768
-name=BootFS, size=${BOOT_FSSIZE}, type=L, bootable
+name=BootFS, size=${BOOT_FSSIZE}, type=L, bootable, attrs="LegacyBIOSBootable"
 name=RootFS,                      type=L
 _EOF
                 ;;