git: f334df76004d - main - release: Remove remnants of pc98 support

From: Jessica Clarke <jrtc27_at_FreeBSD.org>
Date: Mon, 03 Oct 2022 16:09:40 UTC
The branch main has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=f334df76004da6acb1bbda4ee1864102f40dac2d

commit f334df76004da6acb1bbda4ee1864102f40dac2d
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2022-10-03 16:09:16 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2022-10-03 16:09:16 +0000

    release: Remove remnants of pc98 support
    
    The cons25w line was added in c991a6474749 for pc98, along with reading
    MACHINE in order to determine what terminal type to use for VTYs. Commit
    2b375b4edd1b removed this condition, leaving it as always using xterm
    for VTYs, but left behind the now-unused MACHINE variable and the
    cons25w list entry. Clean these up to be how they were before pc98
    support was added.
    
    Note that anyone who really needs a cons25w terminal can still request
    it, it's just not listed as a common option.
    
    Reviewed by:    imp, brooks
    Differential Revision:  https://reviews.freebsd.org/D36587
---
 release/rc.local | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/release/rc.local b/release/rc.local
index 94f8927989f5..9adaea468ae7 100755
--- a/release/rc.local
+++ b/release/rc.local
@@ -8,8 +8,6 @@
 : ${BSDDIALOG_ESC=5}
 : ${BSDDIALOG_ERROR=255}
 
-MACHINE=`uname -m`
-
 # resolv.conf from DHCP ends up in here, so make sure the directory exists
 mkdir /tmp/bsdinstall_etc
 
@@ -40,7 +38,6 @@ else
 	echo "   ansi     Standard ANSI terminal"
 	echo "   vt100    VT100 or compatible terminal"
 	echo "   xterm    xterm terminal emulator (or compatible)"
-	echo "   cons25w  cons25w terminal"
 	echo
 	echo -n "Console type [vt100]: "
 	read TERM