a2770630a0
There's some peculiarity in writing ISO images for e2k onto USB Flash media: we need to arrange a partition and ext2 filesystem with its label passed to propagator; the former part is what's expected, and the latter one is what this script does. Thanks to aerodisk.ru guys for catching a brown paper bag class typo making format() try to affect the image and not the drive, by the way.
5 lines
97 B
Makefile
5 lines
97 B
Makefile
WHATEVER += files/write.sh
|
|
|
|
files/write.sh:
|
|
@install -pDm755 lib/50-e2k-write.sh files/write.sh
|