Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148029003
D54156.1785154553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D54156.1785154553.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
@@ -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
diff --git a/usr.sbin/bsdinstall/scripts/jail b/usr.sbin/bsdinstall/scripts/jail
--- a/usr.sbin/bsdinstall/scripts/jail
+++ b/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
Mon, Jul 27, 12:15 PM (6 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29277982
Default Alt Text
D54156.1785154553.diff (1 KB)
Attached To
Mode
D54156: bsdinstall: Drop "Technology preview" from package sets
Attached
Detach File
Event Timeline
Log In to Comment