003 File Manager
Current Path:
/usr/src/release/tools
usr
/
src
/
release
/
tools
/
📁
..
📄
arm.subr
(9.24 KB)
📄
azure.conf
(857 B)
📄
basic-ci.conf
(649 B)
📄
ec2.conf
(6.74 KB)
📄
gce.conf
(3.45 KB)
📄
openstack.conf
(1.88 KB)
📄
vagrant-virtualbox.conf
(505 B)
📄
vagrant-vmware.conf
(696 B)
📄
vagrant.conf
(3.29 KB)
📄
vmimage.subr
(6.77 KB)
Editing: basic-ci.conf
#!/bin/sh # # $FreeBSD$ # # Should be enough for base image, image can be resized in needed export VMSIZE=5G # Set to a list of third-party software to enable in rc.conf(5). export VM_RC_LIST="sshd growfs" vm_extra_pre_umount() { cat << EOF >> ${DESTDIR}/etc/rc.conf dumpdev="AUTO" ifconfig_DEFAULT="DHCP" sshd_enable="YES" EOF cat << EOF >> ${DESTDIR}/boot/loader.conf autoboot_delay="-1" beastie_disable="YES" loader_logo="none" console="comconsole,vidconsole" EOF cat <<EOF >> ${DESTDIR}/etc/ssh/sshd_config PermitRootLogin yes PasswordAuthentication yes PermitEmptyPasswords yes UsePAM no EOF touch ${DESTDIR}/firstboot return 0 }
Upload File
Create Folder