Lines Matching +full:user +full:- +full:selected
2 #-
3 # SPDX-License-Identifier: BSD-2-Clause
34 fwlist=`chroot $BSDINSTALL_CHROOT fwget -q -n`
47 \"-\" \
49 \"-\" \
52 ${DIALOG} --title "${title}" --backtitle "${btitle}" \
53 --hline "${hline}" \
54 --nocancel --pause "${msg}" $height $width 5
55 f_dialog_menutag_store -s ""
59 local desc status height width rows selected retval
78 selected=$( eval $DIALOG \
79 --title \"\$title\" \
80 --backtitle \"\$btitle\" \
81 --separate-output \
82 --hline \"\$hline\" \
83 --ok-label \"\$msg_ok\" \
84 --cancel-label \"\$msg_cancel\" \
85 --checklist \"\$prompt\" \
91 f_dialog_menutag_store -s "$selected"
101 # Gather the firmware files and present them to the user
103 f_dialog_menutag_fetch selected
106 if [ "${selected}" == "" ]; then
113 f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
115 ${DIALOG} --title "$DIALOG_TITLE" --backtitle "$DIALOG_BACKTITLE" \
116 --infobox "Installing firmware. This may take a moment." 0 0
118 # Install each of the selected firmware packages
119 for fw in ${selected}; do
121 # pkg-install.8 needs an option to skip unavail.
122 ASSUME_ALWAYS_YES=YES chroot $BSDINSTALL_CHROOT pkg install -qy ${fw}