-
New features
- Add 4-parameter
fat_cp
function to support copying files between FAT
partitions. The previous (and still supported) 3-parameterfat_cp
required
files to be on the same partition. - Support extended partitions in master boot records. This makes it possible
to have more than four partitions without switching to GPT partitions. See
README.md for details. - Add
reboot-param
function for setting parameters to be sent toreboot
.
This is useful for implementing the Raspberry Pi tryboot functionality
withinfwup
.
- Add 4-parameter
-
Improvements
- Update
require-path-on-device
on Linux to be able to traverse device
mapper block devices. This allows encryption and other device mapper
features to be in use when checking where file systems are mounted.
Workarounds shouldn't be needed any more.
- Update
-
Bug fixes