FreeBSD Bugzilla – Attachment 237487 Details for
Bug 266802
(1f7746d) /usr/libexec/bsdinstall/script: 3: Bad file descriptor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
base.conf
w.freebsd-base.base.conf (text/plain), 1.51 KB, created by
Andrew Cagney
on 2022-10-20 19:16:05 UTC
(
hide
)
Description:
base.conf
Filename:
MIME Type:
Creator:
Andrew Cagney
Created:
2022-10-20 19:16:05 UTC
Size:
1.51 KB
patch
obsolete
># bsdinstall(8) configuration. > ># This is added to the install ISO as /etc/installerconf. > >DISTRIBUTIONS="" >DISTRIBUTIONS="${DISTRIBUTIONS} base.txz" >DISTRIBUTIONS="${DISTRIBUTIONS} kernel.txz" >DISTRIBUTIONS="${DISTRIBUTIONS} ports.txz" >DISTRIBUTIONS="${DISTRIBUTIONS} src.txz" >DISTRIBUTIONS="${DISTRIBUTIONS} tests.txz" > >PARTITIONS=vtbd0 >export TERM=vt100 > ># ># stuff run after install finishes ># >#!/bin/sh > >GATEWAY="192.168.234.1" >POOLDIR="/home/pool" > ># make serial permanent >cat <<EOF >> /boot/loader.conf >comconsole_speed="115200" >console="comconsole" >autoboot_delay="1" >EOF > >sysrc hostname=freebsd >sysrc ifconfig_vtnet0=DHCP > ># Fudge up ROOT's CSH prompt so that it includes the exit code ># expected by kvmsh vis: ># ># [root@freebsd ~ 0]# ># [root@freebsd ~ 1]# ># ># transmogrify will switch the shell to bash once that is installed > >cat <<EOF > /root/.cshrc >if ( \$?prompt) then > # An interactive shell -- set some stuff up > set prompt = "[%N@%m %~ %?]%# " > set promptchars = "%#" > > set filec > set history = 1000 > set savehist = (1000 merge) > set autolist = ambiguous > # Use history to aid expansion > set autoexpand > set autorehash > set mail = (/var/mail/$USER) > if ( \$?tcsh ) then > bindkey "^W" backward-delete-word > bindkey -k up history-search-backward > bindkey -k down history-search-forward > endif >endif >EOF > >mkdir /pool >cat <<EOF >> /etc/fstab >${GATEWAY}:${POOLDIR} /pool nfs rw >EOF
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 266802
:
237486
| 237487