Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135661622
D53628.id165988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
588 B
Referenced Files
None
Subscribers
None
D53628.id165988.diff
View Options
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -449,7 +449,11 @@
# Create an ESP
espfilename=$(mktemp /tmp/efiboot.XXXXXX)
make_esp_file ${espfilename} ${fat32min} ${BOOTFILES}/efi/loader_lua/loader_lua.efi
- BOOTPARTS="${BOOTPARTS} -p efi/efiboot0:=${espfilename}"
+ espsuffix=""
+ if [ -z "${BOOTPARTS}" ]; then
+ espsuffix="${BOOTPARTSOFFSET}"
+ fi
+ BOOTPARTS="${BOOTPARTS} -p efi/efiboot0:=${espfilename}${espsuffix}"
# Add this to fstab
mkdir -p ${DESTDIR}/boot/efi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 12, 5:01 PM (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25015598
Default Alt Text
D53628.id165988.diff (588 B)
Attached To
Mode
D53628: release: Comply with Azure Marketplace requirements for aarch64
Attached
Detach File
Event Timeline
Log In to Comment