summaryrefslogtreecommitdiffstats
path: root/release/ia64
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2004-07-15 09:28:03 +0000
committermurray <murray@FreeBSD.org>2004-07-15 09:28:03 +0000
commit2bc5ca0db19721f1fcb277f48bac73b062dc811e (patch)
tree24ab3c6bd8e9e9570501a75ff804b4e758bd1c19 /release/ia64
parent74042ab74bc5e16f90924e887dfab3323176760a (diff)
downloadFreeBSD-src-2bc5ca0db19721f1fcb277f48bac73b062dc811e.zip
FreeBSD-src-2bc5ca0db19721f1fcb277f48bac73b062dc811e.tar.gz
Add a publisher variable with the URL for the FreeBSD Project, and put
this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh
Diffstat (limited to 'release/ia64')
-rw-r--r--release/ia64/mkisoimages.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/ia64/mkisoimages.sh b/release/ia64/mkisoimages.sh
index b609595..d7b38b2 100644
--- a/release/ia64/mkisoimages.sh
+++ b/release/ia64/mkisoimages.sh
@@ -23,6 +23,7 @@
# extra-bits-dir, if provided, contains additional files to be merged
# into base-bits-dir as part of making the image.
+publisher="The FreeBSD Project. http://www.freebsd.org/"
set -e
# The hackery function is to help with the development of the release
@@ -91,6 +92,6 @@ if [ $bootable = yes ]; then
BOOTOPTS="-b $EFIPART -no-emul-boot"
fi
-mkisofs $BOOTOPTS -r -J -V $LABEL -o $NAME $BASE $*
+mkisofs $BOOTOPTS -r -J -V $LABEL -P "$publisher" -o $NAME $BASE $*
rm -f $BASE/$EFIPART
exit 0
OpenPOWER on IntegriCloud