From c9bbe7d06287fbcd42658976530ba107397797b4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 31 Oct 2003 11:24:28 +0000 Subject: use mkisofs -R instead of -r so that setuid is still there --- move/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/move/Makefile b/move/Makefile index 9bd38fd9a..426e038e1 100644 --- a/move/Makefile +++ b/move/Makefile @@ -80,9 +80,9 @@ clean: %.clp: % if [ -e $<.sort ]; then \ - mkisofs -r -sort $<.sort $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ + mkisofs -R -sort $<.sort $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ else \ - mkisofs -r $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ + mkisofs -R $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ fi # touch r/isolinux/boot.cat ; find r/isolinux -type f -printf '%p 100\n' > r.sort ; echo 'r/isolinux/live_tree_boot.clp 5' >> r.sort -- cgit v1.2.1