mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
isolinux.mk: Add -l option to mkisofs (long file names)
This commit is contained in:
parent
5d902df27d
commit
6ae76f80cd
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ copy.done: unpack.done dirs.done $(CD_FILES)
|
|||
touch $@
|
||||
|
||||
$(ISO_IMAGE): copy.done
|
||||
mkisofs -o $(ISO_IMAGE) \
|
||||
mkisofs -l -o $(ISO_IMAGE) \
|
||||
-b isolinux.bin -c boot.cat \
|
||||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
||||
$(BUILD_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue