]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
fs/iso9660: enable Joliet extension
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jun 2015 22:21:36 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Jun 2015 21:18:24 +0000 (23:18 +0200)
We already enable the Rockridge extension by default when building
ISO9660, so let's also enable the Joliet extension which allows to
support Unicode file names and long file names.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
fs/iso9660/iso9660.mk

index 35b0fe589e94eba4852d1749ff0b38b32d362a1d..b2f00fdfa8bb65bb50d089eaf6048ffbe3a72139 100644 (file)
@@ -46,7 +46,7 @@ endef
 ROOTFS_ISO9660_PRE_GEN_HOOKS += ROOTFS_ISO9660_PREPARATION
 
 define ROOTFS_ISO9660_CMD
-       $(HOST_DIR)/usr/bin/genisoimage -R -b boot/grub/stage2_eltorito \
+       $(HOST_DIR)/usr/bin/genisoimage -J -R -b boot/grub/stage2_eltorito \
                -no-emul-boot -boot-load-size 4 -boot-info-table \
                -o $@ $(ISO9660_TARGET_DIR)
 endef