summaryrefslogtreecommitdiff
path: root/router.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 09:42:07 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 09:42:07 +0300
commit5cb203b9d45439dfb3fafd31299ed23e98a20ce2 (patch)
treeb68a0dcfc6f4e7fe5ab2f35fe677db0ac84ecde2 /router.yaml
parenta0b4c66a3c8112026aff5a02ff52a9e6576dc2f7 (diff)
downloadminipc-router-5cb203b9d45439dfb3fafd31299ed23e98a20ce2.tar.gz
Use YAML for config files
So much nicer.
Diffstat (limited to 'router.yaml')
-rw-r--r--router.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/router.yaml b/router.yaml
new file mode 100644
index 0000000..fa2c75d
--- /dev/null
+++ b/router.yaml
@@ -0,0 +1,21 @@
+config:
+ mirror: http://debmirror/debian
+ enable-dhcp: no
+ size: 4G
+ verbose: yes
+ grub: yes
+ sparse: yes
+ sudo: yes
+ package:
+ - ssh
+ - python
+ - dnsmasq
+ - psmisc
+ customize: ./router.customize
+ hostname: router
+ arch: amd64
+ distribution: jessie
+ image: router.img
+ use-uefi: yes
+ log: router.log
+ \ No newline at end of file