summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 09:42:26 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 09:42:26 +0300
commit857a1497f4729be04da09ef126a22f4ec397bb3c (patch)
tree2cca12dbb982749fd0dd2b17ab40ac35022fa7fe
parent5cb203b9d45439dfb3fafd31299ed23e98a20ce2 (diff)
downloadminipc-router-857a1497f4729be04da09ef126a22f4ec397bb3c.tar.gz
Drop INI files
-rw-r--r--installer.conf13
-rw-r--r--router.conf14
2 files changed, 0 insertions, 27 deletions
diff --git a/installer.conf b/installer.conf
deleted file mode 100644
index be391ee..0000000
--- a/installer.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-[config]
-mirror = http://debmirror/debian
-enable-dhcp = no
-size = 1G
-verbose = yes
-grub = yes
-sparse = yes
-sudo = yes
-package = ssh, python, pv, psmisc
-hostname = installer
-arch = amd64
-distribution = jessie
-image = installer.img
diff --git a/router.conf b/router.conf
deleted file mode 100644
index 7077202..0000000
--- a/router.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-[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