Searched refs:BSDINSTALL_TMPETC (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dconfig32 cat $BSDINSTALL_TMPETC/rc.conf.* >> $BSDINSTALL_TMPETC/rc.conf
33 rm $BSDINSTALL_TMPETC/rc.conf.*
35 cat $BSDINSTALL_CHROOT/etc/sysctl.conf $BSDINSTALL_TMPETC/sysctl.conf.* >> $BSDINSTALL_TMPETC/sysctl.conf
36 rm $BSDINSTALL_TMPETC/sysctl.conf.*
38 if [ -f $BSDINSTALL_TMPETC/ttys.hardening ]; then
39 cat $BSDINSTALL_TMPETC/ttys.hardening > $BSDINSTALL_TMPETC/ttys
40 rm $BSDINSTALL_TMPETC/tty
[all...]
H A Dservices31 if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then
33 $BSDINSTALL_TMPETC/rc.conf.services )
39 echo -n > $BSDINSTALL_TMPETC/rc.conf.services
61 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
65 'to disable' >> $BSDINSTALL_TMPETC/rc.conf.services
67 echo dumpdev=\"AUTO\" >> $BSDINSTALL_TMPETC/rc.conf.services
69 echo dumpdev=\"NO\" >> $BSDINSTALL_TMPETC/rc.conf.services
H A Dhardening31 echo -n > $BSDINSTALL_TMPETC/rc.conf.hardening
32 echo -n > $BSDINSTALL_TMPETC/sysctl.conf.hardening
56 echo security.bsd.see_other_uids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
59 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
62 echo security.bsd.see_jail_proc=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
65 echo security.bsd.unprivileged_read_msgbuf=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
68 echo security.bsd.unprivileged_proc_debug=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
71 echo kern.randompid=1 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
74 echo 'clear_tmp_enable="YES"' >> $BSDINSTALL_TMPETC/rc.conf.hardening
77 echo 'syslogd_flags="-ss"' >> $BSDINSTALL_TMPETC/r
[all...]
H A Dnetconfig77 : > $BSDINSTALL_TMPETC/._rc.conf.net
82 echo wlans_$INTERFACE=\"$NEXT_WLAN_IFACE\" >> $BSDINSTALL_TMPETC/._rc.conf.net
116 echo ifconfig_${INTERFACE}=\"${IFCONFIG_PREFIX}\" >> $BSDINSTALL_TMPETC/._rc.conf.net
156 done < ${BSDINSTALL_TMPETC}/resolv.conf
215 }' > ${BSDINSTALL_TMPETC}/resolv.conf
217 mv $BSDINSTALL_TMPETC/._rc.conf.net $BSDINSTALL_TMPETC/rc.conf.net
H A Dhostname46 echo "hostname=\"$HOSTNAME\"" > $BSDINSTALL_TMPETC/rc.conf.hostname
H A Dwlanconfig61 "$WLAN_IFACE" "$BSDINSTALL_TMPETC"
72 cat > "$BSDINSTALL_TMPETC/rc.conf.net.wlan" <<-EOF
152 : > "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
153 chmod 0600 "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
155 cat >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<EOF
175 "$1" "$BSDINSTALL_TMPETC" || exit 1
282 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<-EOF
303 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<-EOF
327 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<-EOF
339 >> "$BSDINSTALL_TMPETC/wpa_supplican
[all...]
H A Djail56 rm -rf $BSDINSTALL_TMPETC
57 mkdir $BSDINSTALL_TMPETC
H A Dnetconfig_ipv461 echo ifconfig_$INTERFACE=\"${IFCONFIG_PREFIX}DHCP\" >> $BSDINSTALL_TMPETC/._rc.conf.net
82 }' >> $BSDINSTALL_TMPETC/._rc.conf.net
86 . $BSDINSTALL_TMPETC/._rc.conf.net
H A Dscript88 rm -rf $BSDINSTALL_TMPETC
89 mkdir $BSDINSTALL_TMPETC
H A Dnetconfig_ipv674 echo ifconfig_${INTERFACE}_ipv6=\"inet6 accept_rtadv\" >> $BSDINSTALL_TMPETC/._rc.conf.net
143 }' >> $BSDINSTALL_TMPETC/._rc.conf.net
147 . $BSDINSTALL_TMPETC/._rc.conf.net
H A Ddocsinstall152 f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
H A Dzfsboot854 "$BSDINSTALL_TMPETC/esp" || return $FAILURE
860 "$BSDINSTALL_TMPETC/esp" ||
863 "$BSDINSTALL_TMPETC/esp/efi/boot" ||
866 "$BSDINSTALL_TMPETC/esp/efi/boot/$ZFSBOOT_ESP_NAME" ||
870 "$BSDINSTALL_TMPETC/esp/efi/boot/startup.nsh" ||
873 "$BSDINSTALL_TMPETC/esp" ||
1050 $BSDINSTALL_TMPETC/fstab ||
1056 $BSDINSTALL_TMPETC/fstab ||
1062 $BSDINSTALL_TMPETC/fstab ||
1067 $BSDINSTALL_TMPETC/fsta
[all...]
H A Dkeymap44 : ${KEYMAPFILE:=$BSDINSTALL_TMPETC/rc.conf.keymap}
H A Dauto107 rm -rf $BSDINSTALL_TMPETC
108 mkdir $BSDINSTALL_TMPETC
/freebsd-12-stable/usr.sbin/bsdinstall/
H A Dbsdinstall43 : ${BSDINSTALL_TMPETC="/tmp/bsdinstall_etc"}; export BSDINSTALL_TMPETC
45 : ${PATH_FSTAB="$BSDINSTALL_TMPETC/fstab"}; export PATH_FSTAB
64 [ -d "$BSDINSTALL_TMPETC" ] || mkdir -p "$BSDINSTALL_TMPETC"

Completed in 62 milliseconds