Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163441153
D35355.id106649.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
580 B
Referenced Files
None
Subscribers
None
D35355.id106649.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/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
Fri, Jul 24, 5:48 AM (10 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35420452
Default Alt Text
D35355.id106649.diff (580 B)
Attached To
Mode
D35355: bsdinstall: allow overriding DISTRIBUTIONS in the normal auto mode
Attached
Detach File
Event Timeline
Log In to Comment