anaconda/mkinstaller.sh
glen
cvs at pld-linux.org
Thu May 18 00:08:50 CEST 2006
Author: glen
Date: Thu May 18 00:08:49 2006
New Revision: 7415
Modified:
anaconda/mkinstaller.sh
Log:
- update mkisofs options not to use reserved POSIX options
Modified: anaconda/mkinstaller.sh
==============================================================================
--- anaconda/mkinstaller.sh (original)
+++ anaconda/mkinstaller.sh Thu May 18 00:08:49 2006
@@ -43,7 +43,7 @@
#
# set mkisofs options here - refer to the man page.
# NB: original release RedHat 7.3 ISOs were created with: "-J -R -v -T"
-MKISOFSOPTS="-r -N -L -d -D -J"
+MKISOFSOPTS="-r -N -allow-leading-dots -d -D -J"
ISOSIZE=640
FUDGE=1.2
# are we using the patched enhanced version?
@@ -99,13 +99,13 @@
local author="RedHat $RELEASE ($distro) Disk $disknum update created on $today"
local volume="RedHat $RELEASE ($distro) Disk $disknum"
# echo'ing the command line doesn't work if it is passed to the cmd() function :-(
- # TODO: create a .mkisofsrc file with the -A -V -P and -p options
+ # TODO: create a .mkisofsrc file with the -A -V -publisher and -p options
(
cat << ECHOME
# mkisofs $MKISOFSOPTS
-A $author
-V $volume
- -P $publisher
+ -publisher $publisher
-p $publisher
-b $bootimg
-c $bootcat
@@ -119,7 +119,7 @@
# mkisofs $MKISOFSOPTS \
# -A "$author" \
# -V "$volume" \
-# -P "$publisher" \
+# -publisher "$publisher" \
# -p "$publisher" \
# -b "$bootimg" \
# -c "$bootcat" \
@@ -141,7 +141,7 @@
# mkisofs $MKISOFSOPTS
-A $author
-V $volume
- -P $publisher
+ -publisher $publisher
-p $publisher
-x lost+found
-o $dstimg
@@ -152,7 +152,7 @@
mkisofs $MKISOFSOPTS \
-A "$author" \
-V "$volume" \
- -P "$publisher" \
+ -publisher "$publisher" \
-p "$publisher" \
-x lost+found \
-o "$dstimg" \
More information about the pld-cvs-commit
mailing list