index
:
hrmpf
this commit
master
hrmpf rescue system, built on Void Linux
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkimage.sh.in
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mkimage: consistently redirect std{err,out} to /dev/null with dd(1).
Juan RP
2015-06-12
1
-1
/
+1
|
*
mkimage.sh: fix partition size + toggle boot flag
jbu
2015-05-26
1
-1
/
+2
|
*
mk{image,rootfs}: accept musl targets and fix image creation with two ↵
Juan RP
2015-05-26
1
-3
/
+3
|
|
|
|
partitions.
*
mkimage: bananapi-uboot still assumes fat partition.
Juan RP
2015-05-21
1
-1
/
+1
|
*
mkimage: on bpi, cubie{board2,truck} we don't need a FAT partition.
Juan RP
2015-05-21
1
-18
/
+29
|
*
mkimage.sh.in: add cubietruck
jbu
2015-05-16
1
-5
/
+9
|
*
add platform support for USB armory
Enno Boland
2015-04-28
1
-1
/
+3
|
*
mkimage: misc cosmetic tweaks; umount rootfs/boot only if it's mounted.
Juan RP
2015-02-22
1
-3
/
+3
|
*
mkimage: do not touch rootfstype from cmdline, it's unnecessary.
Juan RP
2015-02-10
1
-4
/
+0
|
*
mk{image,rootfs}: add support for the rpi2 platform (armv7).
Juan RP
2015-02-06
1
-1
/
+1
|
*
mkimage: added bananapi platform.
Juan RP
2015-01-19
1
-3
/
+3
|
*
mkimage: disable fsck on rootfs if it's f2fs; it does not work in the rpi.
Juan RP
2015-01-17
1
-1
/
+6
|
*
mkimage: simplify.
Juan RP
2014-12-06
1
-3
/
+1
|
*
mkimage: get rid of partx completely.
Juan RP
2014-12-06
1
-1
/
+0
|
*
mkimage: use losetup --partscan rather than partx.
Juan RP
2014-12-05
1
-2
/
+1
|
*
mkimage: umount boot only in !beaglebone.
Juan RP
2014-12-05
1
-1
/
+3
|
*
mk{image,rootfs}: misc tweaks for beaglebone.
Juan RP
2014-12-05
1
-10
/
+11
|
*
mkimage: remove unnecessary beaglebone workaround.
Juan RP
2014-12-05
1
-4
/
+0
|
*
mk{image,rootfs}: add beaglebone platform support.
Juan RP
2014-12-05
1
-4
/
+7
|
*
mkimage: if root fstype is ext[34] disable the journal.
Juan RP
2014-11-29
1
-1
/
+5
|
*
mkimage: guess platform automatically, add new options to set fstype and ↵
Juan RP
2014-01-28
1
-24
/
+34
|
|
|
|
boot fssize.
*
install bootloader on udroid-u2
Gottox
2014-01-28
1
-0
/
+5
|
*
mkimage: use conv=sparse if dd supports it; added -p to set platform.
Juan RP
2014-01-26
1
-7
/
+27
|
*
using xpart instead of losetup -P, as -P is not supported by debian stable
root
2014-01-22
1
-5
/
+12
|
|
|
|
mkfs.vfat thinks it writes to a raw device instead of a partition on debian. force it
*
mkimage: create /boot partition at 4096 sectors.
Juan RP
2014-01-21
1
-1
/
+1
|
*
mkimage: check for losetup existence too.
Juan RP
2013-11-12
1
-1
/
+1
|
*
mkimage: check for mkfs.xxx after setting defaults.
Juan RP
2013-11-11
1
-6
/
+6
|
*
mkimage: make sure to update rootfstype on /boot/cmdline.txt for Raspberry Pi.
Juan RP
2013-11-11
1
-0
/
+4
|
*
mkimage: allow -r f2fs or any other fs and check we have required cmds.
Juan RP
2013-11-10
1
-1
/
+7
|
*
mkimage: do not force FAT32 for the /boot filesystem.
Juan RP
2013-09-21
1
-1
/
+1
|
|
|
|
|
|
|
If the FAT partition does not have enough clusters for FAT32, the Raspberry Pi will fail to boot. Fix: let mkfs.vfat choose the FAT type automatically.
*
New void-mkimage script to generate working images with a provided rootfs ↵
Juan RP
2013-08-11
1
-0
/
+140
tarball.