Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139429989
D54156.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D54156.diff
View Options
Index: usr.sbin/bsdinstall/scripts/auto
===================================================================
--- usr.sbin/bsdinstall/scripts/auto
+++ usr.sbin/bsdinstall/scripts/auto
@@ -209,9 +209,9 @@
PKGBASE=yes
else
bsddialog --backtitle "$OSNAME Installer" --title "Select Installation Type" \
- --yes-label "Distribution Sets" --no-label "Packages (Tech Preview)" --yesno \
+ --yes-label "Distribution Sets" --no-label "Packages" --yesno \
$PKGBASE_DEFAULT_BUTTON \
- "Would you like to install the base system using traditional distribution sets or packages (technology preview)?" 0 0
+ "Would you like to install the base system using legacy distribution sets or packages?" 0 0
if [ $? -eq 1 ]; then
PKGBASE=yes
fi
Index: usr.sbin/bsdinstall/scripts/jail
===================================================================
--- usr.sbin/bsdinstall/scripts/jail
+++ usr.sbin/bsdinstall/scripts/jail
@@ -175,8 +175,8 @@
if [ ! "$nonInteractive" == "YES" ]; then
bsddialog --backtitle "$OSNAME Installer" --title "Select Installation Type" \
- --yes-label "Distribution Sets" --no-label "Packages (Tech Preview)" --yesno \
- "Would you like to install the base system using traditional distribution sets or packages (technology preview)?" 0 0
+ --yes-label "Distribution Sets" --no-label "Packages" --yesno \
+ "Would you like to install the base system using legacy distribution sets or packages?" 0 0
if [ $? -eq 1 ]; then
PKGBASE=yes
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 13, 12:14 AM (12 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26916257
Default Alt Text
D54156.diff (1 KB)
Attached To
Mode
D54156: bsdinstall: Drop "Technology preview" from package sets
Attached
Detach File
Event Timeline
Log In to Comment