summary refs log tree commit diff
path: root/mkimage.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* mkimage: if root fstype is ext[34] disable the journal.Juan RP2014-11-291-1/+5
|
* mkimage: guess platform automatically, add new options to set fstype and ↵Juan RP2014-01-281-24/+34
| | | | boot fssize.
* install bootloader on udroid-u2Gottox2014-01-281-0/+5
|
* mkimage: use conv=sparse if dd supports it; added -p to set platform.Juan RP2014-01-261-7/+27
|
* using xpart instead of losetup -P, as -P is not supported by debian stableroot2014-01-221-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 RP2014-01-211-1/+1
|
* mkimage: check for losetup existence too.Juan RP2013-11-121-1/+1
|
* mkimage: check for mkfs.xxx after setting defaults.Juan RP2013-11-111-6/+6
|
* mkimage: make sure to update rootfstype on /boot/cmdline.txt for Raspberry Pi.Juan RP2013-11-111-0/+4
|
* mkimage: allow -r f2fs or any other fs and check we have required cmds.Juan RP2013-11-101-1/+7
|
* mkimage: do not force FAT32 for the /boot filesystem.Juan RP2013-09-211-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 RP2013-08-111-0/+140
tarball.