summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-20 18:35:02 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-20 18:35:02 +0200
commitb105620774d94286b624a3a76a7595ff023687b1 (patch)
treec216917c0b86fd7397b730f3f256d8d772501034
parentbf9eddde390fe3142b026373c086bc9eac14ee4c (diff)
parent8a22f2c03d28f5012ef68ef0b7048428638c4ff9 (diff)
downloadhrmpf-b105620774d94286b624a3a76a7595ff023687b1.tar.gz
hrmpf-b105620774d94286b624a3a76a7595ff023687b1.tar.xz
hrmpf-b105620774d94286b624a3a76a7595ff023687b1.zip
Merge branch 'master' of https://github.com/voidlinux/void-mklive
* 'master' of https://github.com/voidlinux/void-mklive:
  mkimage: typo fix (close #80).
  mkimage: active first partition (fat32) for bbb and others.
-rw-r--r--mkimage.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkimage.sh.in b/mkimage.sh.in
index ed6b6e4..1c70f92 100644
--- a/mkimage.sh.in
+++ b/mkimage.sh.in
@@ -154,8 +154,8 @@ _EOF
 *)
     sfdisk ${FILENAME} <<_EOF
 label: dos
-2048,${BOOT_FSSIZE},b
-${BOOT_SIZE},+,L,*
+2048,${BOOT_FSSIZE},b,*
+${BOOT_FSSIZE},+,L
 _EOF
     LOOPDEV=$(losetup --show --find --partscan $FILENAME)
     mkfs.${BOOT_FSTYPE} $_args ${LOOPDEV}p1 >/dev/null