From 39e251f2d262590424d2cf6d699535ed91775b9f Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 13 Oct 2009 02:03:01 +0000 Subject: [PATCH] Remove the -U option when building the CD. It's not needed as we use rockridge anyway and makes the CD more compliant. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33565 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/scripts/build_haiku_cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/build_haiku_cd b/build/scripts/build_haiku_cd index 1eb23f2fa0..54d2b39b25 100755 --- a/build/scripts/build_haiku_cd +++ b/build/scripts/build_haiku_cd @@ -147,7 +147,7 @@ $cp "$cdBootFloppy" "$outputDir" # build the iso image echo "Building CD image ..." -mkisofs -uid 0 -gid 0 -b `basename $cdBootFloppy` -U -R -V "$cdLabel" -o "$cdImagePath" "$tPrefix" +mkisofs -uid 0 -gid 0 -b `basename $cdBootFloppy` -R -V "$cdLabel" -o "$cdImagePath" "$tPrefix" # cleanup output dir $rmAttrs -rf "$outputDir"