UniFi Network Controller VM image
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
299 B

6 years ago
  1. KEYMAPOPTS="us us"
  2. HOSTNAMEOPTS="-n :hostname:"
  3. INTERFACESOPTS="auto lo
  4. iface lo inet loopback
  5. auto eth0
  6. iface eth0 inet dhcp
  7. hostname :hostname:"
  8. DNSOPTS="-d 8.8.8.8"
  9. TIMEZONEOPTS="-z UTC"
  10. PROXYOPTS="none"
  11. APKREPOSOPTS="-1"
  12. SSHDOPTS="-c openssh"
  13. NTPOPTS="-c chrony"
  14. DISKOPTS="-m sys /dev/sda"