Lines Matching +full:y +full:- +full:rc
11 firstboot-freebsd-update firstboot-pkgs"
13 # Set to a list of third-party software to enable in rc.conf(5).
17 # The firstboot_pkgs rc.d script will download the repository
21 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} clean -y -a
22 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} delete -f -y pkg
23 rm -r ${DESTDIR}/var/db/pkg/repos/FreeBSD
26 echo 'ifconfig_DEFAULT="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
29 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
34 echo 'sendmail_enable="NO"' >> ${DESTDIR}/etc/rc.conf
35 echo 'sendmail_submit_enable="NO"' >> ${DESTDIR}/etc/rc.conf
36 echo 'sendmail_outbound_enable="NO"' >> ${DESTDIR}/etc/rc.conf
37 echo 'sendmail_msp_queue_enable="NO"' >> ${DESTDIR}/etc/rc.conf
40 /usr/sbin/pw -R ${DESTDIR} \
41 groupadd vagrant -g 1001
42 chroot ${DESTDIR} mkdir -p /home/vagrant
43 /usr/sbin/pw -R ${DESTDIR} \
45 -m -M 0755 -w yes -n vagrant -u 1001 -g 1001 -G 0 \
46 -c 'Vagrant User' -d '/home/vagrant' -s '/bin/csh'
49 echo 'vagrant' | /usr/sbin/pw -R ${DESTDIR} \
50 usermod root -h 0
58 …echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltG…
59 …echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN1YdxBpNlzxDqfJyw/QKow1F+wvG9hXGoqiysfJOn5Y vagrant ins…
60 chown -R 1001 ${DESTDIR}/home/vagrant/.ssh
69 echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf