Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115917740
D35355.id106572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
602 B
Referenced Files
None
Subscribers
None
D35355.id106572.diff
View Options
Index: usr.sbin/bsdinstall/scripts/auto
===================================================================
--- usr.sbin/bsdinstall/scripts/auto
+++ usr.sbin/bsdinstall/scripts/auto
@@ -152,7 +152,7 @@
trap error SIGINT # Catch cntrl-C here
bsdinstall hostname || error "Set hostname failed"
-export DISTRIBUTIONS="base.txz kernel.txz"
+export DISTRIBUTIONS="${DISTRIBUTIONS:-base.txz kernel.txz}"
if [ -f $BSDINSTALL_DISTDIR/MANIFEST ]; then
DISTMENU=`awk -F'\t' '!/^(kernel\.txz|base\.txz)/{print $1,$5,$6}' $BSDINSTALL_DISTDIR/MANIFEST`
DISTMENU="$(echo ${DISTMENU} | sed -E 's/\.txz//g')"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 9:45 AM (4 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17878746
Default Alt Text
D35355.id106572.diff (602 B)
Attached To
Mode
D35355: bsdinstall: allow overriding DISTRIBUTIONS in the normal auto mode
Attached
Detach File
Event Timeline
Log In to Comment