Lines Matching +full:python +full:- +full:packaging
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 \
14 # Set to a list of third-party software to enable in rc.conf(5).
28 # be enlarged post-creation
29 sed -i -e '/KEYWORD: firstboot/d' /etc/rc.d/growfs
41 autoboot_delay="-1"
47 kern.timecounter.hardware=ACPI-safe
60 restrict -6 default kod nomodify notrap nopeer noquery
63 restrict -6 ::1
80 0 3 * * * root /usr/sbin/freebsd-update cron
93 # and fetch the sources for the third-party software installed on
95 if [ ! -c "${DESTDIR}/dev/null" ]; then
96 mkdir -p ${DESTDIR}/dev
97 mount -t devfs devfs ${DESTDIR}/dev
99 if [ -e "${DESTDIR}/../ftp/src.txz" ]; then
100 tar fxJ ${DESTDIR}/../ftp/src.txz -C ${DESTDIR}
102 if [ -e "${DESTDIR}/../ftp/ports.txz" ]; then
103 tar fxJ ${DESTDIR}/../ftp/ports.txz -C ${DESTDIR}
104 _INSTALLED_PACKAGES=$(chroot ${DESTDIR} pkg info -o -q -a)
107 make -C /usr/ports/${PACKAGE} fetch
110 if [ -c "${DESTDIR}/dev/null" ]; then
115 ## in the docs, and it impairs the ability to boot-test a copy
116 ## of the image prior to packaging for upload to GCE.
117 #sed -E -i '' 's/^([^#].*[[:space:]])on/\1off/' ${DESTDIR}/etc/ttys
127 if [ -n "${QEMUSTATIC}" ]; then
128 rm -f ${DESTDIR}/${EMULATOR}