aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/multistrap-configs
diff options
context:
space:
mode:
Diffstat (limited to 'freedom-maker/multistrap-configs')
-rw-r--r--freedom-maker/multistrap-configs/fbx-amd64.conf3
-rw-r--r--freedom-maker/multistrap-configs/fbx-armel.conf14
-rw-r--r--freedom-maker/multistrap-configs/fbx-base.conf14
-rw-r--r--freedom-maker/multistrap-configs/fbx-i386.conf3
4 files changed, 34 insertions, 0 deletions
diff --git a/freedom-maker/multistrap-configs/fbx-amd64.conf b/freedom-maker/multistrap-configs/fbx-amd64.conf
new file mode 100644
index 0000000..857fad5
--- /dev/null
+++ b/freedom-maker/multistrap-configs/fbx-amd64.conf
@@ -0,0 +1,3 @@
+[General]
+arch=amd64
+include=fbx-base.conf
diff --git a/freedom-maker/multistrap-configs/fbx-armel.conf b/freedom-maker/multistrap-configs/fbx-armel.conf
new file mode 100644
index 0000000..aeb64a7
--- /dev/null
+++ b/freedom-maker/multistrap-configs/fbx-armel.conf
@@ -0,0 +1,14 @@
+[General]
+include=fbx-base.conf
+arch=armel
+aptsources=Debian armel
+debootstrap=Debian armel
+
+[armel]
+packages=linux-image-3.2.0-3-kirkwood flash-kernel u-boot-tools u-boot
+source=http://http.debian.net/debian/
+keyring=debian-archive-keyring
+suite=wheezy
+components=main
+omitdebsrc=false
+
diff --git a/freedom-maker/multistrap-configs/fbx-base.conf b/freedom-maker/multistrap-configs/fbx-base.conf
new file mode 100644
index 0000000..be65b72
--- /dev/null
+++ b/freedom-maker/multistrap-configs/fbx-base.conf
@@ -0,0 +1,14 @@
+[General]
+cleanup=true
+noauth=false
+unpack=true
+debootstrap=Debian
+aptsources=Debian
+
+[Debian]
+packages=base-files netbase openssh-server zile wget iproute net-tools hostname module-init-tools wget resolvconf udev isc-dhcp-client ifupdown rsyslog devio initramfs-tools uboot-mkimage parted dosfstools apt jwchat prosody liblua5.1-sec1 monkeysphere iputils-ping haveged python python-cheetah pandoc python-simplejson make isc-dhcp-server dialog locales-all uaputl dnsmasq iptables
+source=http://http.debian.net/debian/
+keyring=debian-archive-keyring
+suite=wheezy
+components=main
+omitdebsrc=false
diff --git a/freedom-maker/multistrap-configs/fbx-i386.conf b/freedom-maker/multistrap-configs/fbx-i386.conf
new file mode 100644
index 0000000..888c46b
--- /dev/null
+++ b/freedom-maker/multistrap-configs/fbx-i386.conf
@@ -0,0 +1,3 @@
+[General]
+arch=i386
+include=fbx-base.conf