From 86ab91c3f7eb1bf8e7989d3793e37fa52741b892 Mon Sep 17 00:00:00 2001 From: ficus Date: Mon, 24 Sep 2012 16:23:04 +0200 Subject: moved most freedom-maker config to central config (excluding firstboot) --- freedom-maker/source/etc/apt/sources.list | 2 -- freedom-maker/source/etc/dhcp/dhcpd.conf | 32 ---------------------- freedom-maker/source/etc/dnsmasq.conf | 24 ---------------- freedom-maker/source/etc/fstab | 6 ---- freedom-maker/source/etc/hosts | 7 ----- freedom-maker/source/etc/mtab | 0 freedom-maker/source/etc/network/interfaces | 25 ----------------- freedom-maker/source/etc/openvpn/client.conf | 0 freedom-maker/source/etc/openvpn/static.key | 0 freedom-maker/source/etc/resolv.conf | 2 -- freedom-maker/source/etc/sysctl.conf | 5 ---- .../udev/rules.d/75-persistent-net-generator.rules | 0 12 files changed, 103 deletions(-) delete mode 100644 freedom-maker/source/etc/apt/sources.list delete mode 100644 freedom-maker/source/etc/dhcp/dhcpd.conf delete mode 100644 freedom-maker/source/etc/dnsmasq.conf delete mode 100644 freedom-maker/source/etc/fstab delete mode 100644 freedom-maker/source/etc/hosts delete mode 100644 freedom-maker/source/etc/mtab delete mode 100644 freedom-maker/source/etc/network/interfaces delete mode 100644 freedom-maker/source/etc/openvpn/client.conf delete mode 100644 freedom-maker/source/etc/openvpn/static.key delete mode 100644 freedom-maker/source/etc/resolv.conf delete mode 100644 freedom-maker/source/etc/sysctl.conf delete mode 100644 freedom-maker/source/etc/udev/rules.d/75-persistent-net-generator.rules (limited to 'freedom-maker/source/etc') diff --git a/freedom-maker/source/etc/apt/sources.list b/freedom-maker/source/etc/apt/sources.list deleted file mode 100644 index c06710c..0000000 --- a/freedom-maker/source/etc/apt/sources.list +++ /dev/null @@ -1,2 +0,0 @@ -deb http://http.debian.net/debian wheezy main -deb-src http://http.debian.net/debian wheezy main diff --git a/freedom-maker/source/etc/dhcp/dhcpd.conf b/freedom-maker/source/etc/dhcp/dhcpd.conf deleted file mode 100644 index ec502c6..0000000 --- a/freedom-maker/source/etc/dhcp/dhcpd.conf +++ /dev/null @@ -1,32 +0,0 @@ -# -# FreedomBox ISC dhcpd configuration -# -# - -# The ddns-updates-style parameter controls whether or not the server will -# attempt to do a DNS update when a lease is confirmed. We default to the -# behavior of the version 2 packages ('none', since DHCP v2 didn't -# have support for DDNS.) -ddns-update-style none; - -# option definitions common to all supported networks... -option domain-name "free.dom"; -option domain-name-servers ns1.free.dom, ns2.free.dom; - -default-lease-time 600; -max-lease-time 7200; - -# If this DHCP server is the official DHCP server for the local -# network, the authoritative directive should be uncommented. -authoritative; - -# Use this to send dhcp log messages to a different log file (you also -# have to hack syslog.conf to complete the redirection). -log-facility local7; - -# basic subnet configuration for the 'downstream' wired network - -subnet 192.168.1.0 netmask 255.255.255.0 { - range 192.168.1.10 192.168.1.100; - option routers 192.168.1.1; -} diff --git a/freedom-maker/source/etc/dnsmasq.conf b/freedom-maker/source/etc/dnsmasq.conf deleted file mode 100644 index 71403d7..0000000 --- a/freedom-maker/source/etc/dnsmasq.conf +++ /dev/null @@ -1,24 +0,0 @@ -log-facility=DAEMON - -local=/fbx/ -local=/freedombox/ - -# Upstream DNS server -# FIXME this should be updated on boot. -server=192.168.0.1@eth1 - -# We will serve this DNS domain -# (DHCP hosts will receive a .lan suffix in DNS) -domain=lan - -# We're the authoritative dhcpd -# Read the manpage for a good explanation of what this does -dhcp-authoritative - -# We are going to serve hosts for: -# - LAN (192.168.1.0/24) (Only static hosts) -# - WLAN (192.168.2.0/24) -# New clients will receive an IP from the WLAN range. - -dhcp-range=interface:eth0,set:lan,192.168.1.10,192.168.1.100,255.255.255.0,2h -# dhcp-range=interface:uap0,set:lan,192.168.2.10,192.168.2.100,255.255.255.0,2h diff --git a/freedom-maker/source/etc/fstab b/freedom-maker/source/etc/fstab deleted file mode 100644 index 7c48827..0000000 --- a/freedom-maker/source/etc/fstab +++ /dev/null @@ -1,6 +0,0 @@ -/dev/sdc2 / auto relatime,rw 0 0 -proc /proc proc none 0 0 -sys /sys sysfs none 0 0 -none /dev/pts devpts defaults 0 0 -tmpfs /tmp tmpfs rw,nosuid,nodev 0 0 -/dev/sdc1 /boot vfat defaults 0 0 diff --git a/freedom-maker/source/etc/hosts b/freedom-maker/source/etc/hosts deleted file mode 100644 index e252996..0000000 --- a/freedom-maker/source/etc/hosts +++ /dev/null @@ -1,7 +0,0 @@ -127.0.0.1 localhost freedombox fbx -::1 localhost ip6-localhost ip6-loopback -fe00::0 ip6-localnet -ff00::0 ip6-mcastprefix -ff02::1 ip6-allnodes -ff02::2 ip6-allrouters - diff --git a/freedom-maker/source/etc/mtab b/freedom-maker/source/etc/mtab deleted file mode 100644 index e69de29..0000000 diff --git a/freedom-maker/source/etc/network/interfaces b/freedom-maker/source/etc/network/interfaces deleted file mode 100644 index 9680bed..0000000 --- a/freedom-maker/source/etc/network/interfaces +++ /dev/null @@ -1,25 +0,0 @@ -# This file describes the network interfaces available on your system -# and how to activate them. For more information, see interfaces(5). - -# The loopback network interface -auto lo -iface lo inet loopback - -# The primary network interface -auto eth0 -iface eth0 inet static - address 192.168.1.1 - netmask 255.255.255.0 - -allow-hotplug eth1 -iface eth1 inet dhcp - -# auto uap0 -# iface uap0 inet static -# address 192.168.2.1 -# netmask 255.255.255.0 -# post-up uaputl sys_cfg_ssid "freedombox" -# post-up uaputl sys_cfg_protocol 32 # WPA2 -# post-up uaputl sys_cfg_wpa_passphrase "freedombox123" -# post-up uaputl sys_cfg_cipher 8 8 # AES CCMP -# post-up uaputl bss_start diff --git a/freedom-maker/source/etc/openvpn/client.conf b/freedom-maker/source/etc/openvpn/client.conf deleted file mode 100644 index e69de29..0000000 diff --git a/freedom-maker/source/etc/openvpn/static.key b/freedom-maker/source/etc/openvpn/static.key deleted file mode 100644 index e69de29..0000000 diff --git a/freedom-maker/source/etc/resolv.conf b/freedom-maker/source/etc/resolv.conf deleted file mode 100644 index af9304d..0000000 --- a/freedom-maker/source/etc/resolv.conf +++ /dev/null @@ -1,2 +0,0 @@ -nameserver 208.67.222.222 -nameserver 208.67.220.220 diff --git a/freedom-maker/source/etc/sysctl.conf b/freedom-maker/source/etc/sysctl.conf deleted file mode 100644 index 916e972..0000000 --- a/freedom-maker/source/etc/sysctl.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Reduce writes to flash drives -vm.laptop_mode=5 -vm.swappiness=0 -vm.dirty_writeback_centisecs=1500 -vm.dirty_expire_centisecs=1500 diff --git a/freedom-maker/source/etc/udev/rules.d/75-persistent-net-generator.rules b/freedom-maker/source/etc/udev/rules.d/75-persistent-net-generator.rules deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3