about summary refs log tree commit diff
path: root/mkimage.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.