diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-10-03 16:09:16 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-10-03 16:09:16 +0000 |
| commit | f334df76004da6acb1bbda4ee1864102f40dac2d (patch) | |
| tree | 745f87024118692bcc099f36d5262fec6874d27b /release | |
| parent | 0def80f1a5c8f7a02b92c823e5c71f9f746c3e6b (diff) | |
Diffstat (limited to 'release')
| -rwxr-xr-x | release/rc.local | 3 |
1 files changed, 0 insertions, 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 |
