Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153181387
D15181.id41801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15181.id41801.diff
View Options
Index: release/amd64/mkisoimages.sh
===================================================================
--- release/amd64/mkisoimages.sh
+++ release/amd64/mkisoimages.sh
@@ -23,6 +23,14 @@
# extra-bits-dir, if provided, contains additional files to be merged
# into base-bits-dir as part of making the image.
+if [ -z $MAKEFS ]; then
+ MAKEFS=makefs
+fi
+
+if [ -z $MKIMG ]; then
+ MKIMG=mkimg
+fi
+
if [ "$1" = "-b" ]; then
# This is highly x86-centric and will be used directly below.
bootable="-o bootimage=i386;$4/boot/cdboot -o no-emul-boot"
@@ -55,7 +63,7 @@
publisher="The FreeBSD Project. https://www.FreeBSD.org/"
echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab"
-makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
+$MAKEFS -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
rm -f "$1/etc/fstab"
rm -f efiboot.img
@@ -73,7 +81,7 @@
# Create a GPT image containing the partitions we need for hybrid boot.
imgsize=`stat -f %z $NAME`
- mkimg -s gpt \
+ $MKIMG -s gpt \
--capacity $imgsize \
-b $4/boot/pmbr \
$espparam \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 3:54 PM (15 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31849397
Default Alt Text
D15181.id41801.diff (1 KB)
Attached To
Mode
D15181: Allow etdump, makefs and mkimg to be overridden when making ISO images
Attached
Detach File
Event Timeline
Log In to Comment