Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159311915
D35355.id106479.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
583 B
Referenced Files
None
Subscribers
None
D35355.id106479.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"
+: ${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
Sat, Jun 13, 6:15 PM (18 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33929486
Default Alt Text
D35355.id106479.diff (583 B)
Attached To
Mode
D35355: bsdinstall: allow overriding DISTRIBUTIONS in the normal auto mode
Attached
Detach File
Event Timeline
Log In to Comment