opnsense-ports/sysutils/freesbie/files/patch-scripts-iso.sh
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
452 B
Bash

--- scripts/iso.sh.orig 2006-10-01 14:00:47.000000000 +0200
+++ scripts/iso.sh 2011-11-06 18:07:26.544790101 +0100
@@ -48,7 +48,7 @@
echo "Running mkisofs..."
-mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -L -V ${FREESBIE_LABEL} -p FreeSBIE -o $ISOPATH . >> ${LOGFILE} 2>&1
+mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -allow-leading-dots -V ${FREESBIE_LABEL} -p FreeSBIE -o $ISOPATH . >> ${LOGFILE} 2>&1
echo "ISO created:"