Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137890251
D52987.id163800.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
581 B
Referenced Files
None
Subscribers
None
D52987.id163800.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
@@ -74,10 +74,15 @@
# Output a list of package sets equivalent to what we get from
# "installworld installkernel distribution", aka. the full base
# system.
- for S in base lib32 kernels; do
+ for S in base kernels; do
echo FreeBSD-set-$S
echo FreeBSD-set-$S-dbg
done
+ case ${TARGET_ARCH} in
+ amd64 | aarch64 | powerpc64 | powerpc64le)
+ echo FreeBSD-set-lib32
+ echo FreeBSD-set-lib32-dbg
+ esac
echo FreeBSD-set-tests
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 10:32 PM (4 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23521561
Default Alt Text
D52987.id163800.diff (581 B)
Attached To
Mode
D52987: release: Don't install lib32 into riscv64 VMs
Attached
Detach File
Event Timeline
Log In to Comment