Explorar el Código

fix: make rockchip boot partitions bootable

Cameron Nemo hace 3 años
padre
commit
664e3184e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                 ;;