Lines Matching +full:python3 +full:- +full:dev
9 export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update \
10 firstboot-pkgs google-cloud-sdk panicmail sudo \
11 sysutils/py-google-compute-engine lang/python \
12 lang/python3"
14 # Set to a list of third-party software to enable in rc.conf(5).
30 # be enlarged post-creation
31 sed -i -e '/KEYWORD: firstboot/d' /etc/rc.d/growfs
43 autoboot_delay="-1"
49 kern.timecounter.hardware=ACPI-safe
62 restrict -6 default kod nomodify notrap nopeer noquery
65 restrict -6 ::1
70 *.err;kern.warning;auth.notice;mail.crit /dev/console
82 0 3 * * * root /usr/sbin/freebsd-update cron
95 # and fetch the sources for the third-party software installed on
97 if [ ! -c "${DESTDIR}/dev/null" ]; then
99 mkdir -p ${DESTDIR}/dev
100 mount -t devfs devfs ${DESTDIR}/dev
102 if [ -e "${DESTDIR}/../ftp/src.txz" ]; then
103 tar fxJ ${DESTDIR}/../ftp/src.txz -C ${DESTDIR}
105 if [ -e "${DESTDIR}/../ftp/ports.txz" ]; then
106 tar fxJ ${DESTDIR}/../ftp/ports.txz -C ${DESTDIR}
107 _INSTALLED_PACKAGES=$(chroot ${DESTDIR} pkg info -o -q -a)
110 make -C /usr/ports/${PACKAGE} fetch
114 umount_loop ${DESTDIR}/dev
118 ## in the docs, and it impairs the ability to boot-test a copy
120 #sed -E -i '' 's/^([^#].*[[:space:]])on/\1off/' ${DESTDIR}/etc/ttys
130 if [ -n "${QEMUSTATIC}" ]; then
131 rm -f ${DESTDIR}/${EMULATOR}
133 umount_loop ${DESTDIR}/dev