Lines Matching +full:multi +full:- +full:touch
13 kbdcontrol -d >/dev/null 2>&1
14 if [ $? -eq 0 ]; then
18 # Don't send ESC on function-key 62/63 (left/right command key)
19 kbdcontrol -f 62 '' > /dev/null 2>&1
20 kbdcontrol -f 63 '' > /dev/null 2>&1
22 if [ -z "$EXTERNAL_VTY_STARTED" ]; then
25 touch /tmp/bsdinstall_log
26 tail -f /tmp/bsdinstall_log > /dev/ttyv2 &
41 echo -n "Console type [vt100]: "
43 TERM=${TERM:-vt100}
48 resizewin -z
50 if [ -f /etc/installerconfig ]; then
52 …bsddialog --backtitle "${OSNAME} Installer" --title "Installing" --msgbox "${OSNAME} is being inst…
55 …bsddialog --backtitle "${OSNAME} Installer" --title "Complete" --no-cancel --ok-label "Reboot" --p…
58 bsddialog --backtitle "${OSNAME} Installer" --title "Error" --textbox /tmp/bsdinstall_log 0 0
63 …ialog --backtitle "${OSNAME} Installer" --title "Welcome" --extra-button --extra-label "Shell" --o…
68 dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null`
69 if [ ${dlv:=0} -eq 0 -a ! -f /etc/diskless ]; then
73 trap true SIGINT # Ignore cntrl-C here
75 if [ $? -eq 0 ]; then
76 …log --backtitle "${OSNAME} Installer" --title "Complete" --ok-label "Reboot" --extra-button --extr…
83 shutdown -p now
89 # still start trying to go multi-user, which gives