From 2bc5ca0db19721f1fcb277f48bac73b062dc811e Mon Sep 17 00:00:00 2001 From: murray Date: Thu, 15 Jul 2004 09:28:03 +0000 Subject: 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 --- release/amd64/mkisoimages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/amd64') diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh index 6d97d49..9668480 100644 --- a/release/amd64/mkisoimages.sh +++ b/release/amd64/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/" if [ "x$1" = "x-b" ]; then # This is highly x86-centric and will be used directly below. bootable="-b boot/cdboot -no-emul-boot" @@ -53,4 +54,4 @@ fi LABEL=$1; shift NAME=$1; shift -mkisofs $bootable -r -J -V $LABEL -o $NAME $* +mkisofs $bootable -r -J -V $LABEL -P "$publisher" -o $NAME $* -- cgit v1.1