summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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