summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2006-10-14 10:57:42 +0000
committerjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2006-10-14 10:57:42 +0000
commitbd1971c6a02fec5a2ff02314c893aa0b3519aa38 (patch)
tree0b0e75ef16f7a7b333e7f438475b245353ac4369 /hosts
parent45c6726bd3510ac54bf32a6d08bf2ed24c78b479 (diff)
Move host and target configs to subdirs. Allow either using a shared config or override with a custom one. Don't exit 0 in common-settings.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@37 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'hosts')
-rw-r--r--hosts/homebase36
1 files changed, 36 insertions, 0 deletions
diff --git a/hosts/homebase b/hosts/homebase
new file mode 100644
index 0000000..5a6dc66
--- /dev/null
+++ b/hosts/homebase
@@ -0,0 +1,36 @@
+#!/bin/sh
+
+mountpoint="/mnt/usbstick"
+
+# This may change each time you switch USB stick on the host
+usbdev_host="/dev/sda"
+
+# These usually do not change
+usbdev_target="/dev/sda"
+usbdev_grub="hd0"
+
+# Ordered list of all APT sources (if different from DEFAULT)
+#aptsources="base security jones"
+aptsources="base security"
+
+# URI of base APT repository (if different from DEFAULT)
+# TODO: Check if cdebootstrap (like debootstrap) can somehow use file:/ URI
+aptsource_base_host="http://proxy:9999/debian"
+
+# cdebootstrap seem to only support http URI (unlike chroot'et aptitude)
+aptsource_base_cdebootstrap="http://proxy:9999/debian"
+
+# Default list of components (if not just "main")
+#aptsource_base_components="main contrib non-free"
+
+# URI and components of additional APT sources (if different from DEFAULT)
+#aptsource_security_host="file:/pub/mirrors/debian-security/"
+#aptsource_jones_host="http://debian.jones.dk/"
+#aptsource_jones_components="kernels misc"
+
+# Device name (or NFS share) to mount to "/pub"
+#pubdev_host="192.168.102.252:/pub"
+pubdev_host=""
+# Device type for "/pub"
+#pubfs="nfs"
+pubfs=""