Skip to content

Instantly share code, notes, and snippets.

@igalic
Created December 18, 2019 22:36
Show Gist options
  • Save igalic/8fb0a17238b4264cfa8a37093017c7d1 to your computer and use it in GitHub Desktop.
Save igalic/8fb0a17238b4264cfa8a37093017c7d1 to your computer and use it in GitHub Desktop.
root@ubuntu-2gb-fsn1-1:~ # cat /etc/rc.conf
clear_tmp_enable=YES
sendmail_enable=NONE
ifconfig_vtnet0=DHCP
sshd_enable=YES
ntpd_enable=YES
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev=AUTO
zfs_enable=YES
cloudinit_enable=YES
hostname=ubuntu-2gb-fsn1-1
ifconfig_vtnet0_name=eth0
ifconfig_eth0=DHCP
defaultrouter=fe80::1
root@ubuntu-2gb-fsn1-1:~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment