commit | 780b7f4f59fe330100cdae5797a22a131e71306c | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.huber@secunet.com> | Thu Feb 08 19:11:37 2024 +0100 |
committer | Nico Huber <nico.huber@secunet.com> | Thu Feb 08 19:37:44 2024 +0100 |
tree | 8c8a44b82976aba6846f458a02381a2fec8aeeeb | |
parent | 666da679601cd8d888f3589498bbb6d25d1561f1 [diff] [blame] |
iso9660: Try to match file names from Rock Ridge extension
diff --git a/test.sh b/test.sh index 8a594a8..a1c9836 100755 --- a/test.sh +++ b/test.sh
@@ -75,13 +75,13 @@ test_isofs() { img=${tmp}/test.iso - template=${tmp}/ext2.img + template=${tmp}/ext4.img printf "\n===> Prepping \`${img}'\n" sudo mount -o loop ${template} ${mnt} -o ro - mkisofs -o ${img} ${mnt} + mkisofs -rational-rock -follow-links -o ${img} ${mnt} sudo umount ${mnt}