mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
Use mkisofs to create ISO images
mkisofs is the original ISO creation tool from cdrtools available on many UNIX systems. genisoimage on the other hand is part of a mostly unmaintained fork of cdrtools very specific to Debian Linux and its derivates (e.g., Ubuntu). Fortunately, genisoimage (as we used it) is completely invocation-compatible to mkisofs. Fixes #627.
This commit is contained in:
parent
05b7c3ae3d
commit
6f2e36279a
@ -31,7 +31,7 @@ default help:
|
||||
# parameter 1 filename of ISO image
|
||||
# parameter 2 path of directory containing file tree for the ISO image
|
||||
#
|
||||
gen_iso_image = genisoimage -f -l -R -hide-rr-moved -jcharset utf8 \
|
||||
gen_iso_image = mkisofs -f -l -R -hide-rr-moved -jcharset utf-8 \
|
||||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
||||
-b boot/isolinux/isolinux.bin \
|
||||
-o $(1) $(2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user