summaryrefslogtreecommitdiff
path: root/targets/chr.diff
diff options
context:
space:
mode:
Diffstat (limited to 'targets/chr.diff')
-rw-r--r--targets/chr.diff104
1 files changed, 104 insertions, 0 deletions
diff --git a/targets/chr.diff b/targets/chr.diff
new file mode 100644
index 0000000..3546565
--- /dev/null
+++ b/targets/chr.diff
@@ -0,0 +1,104 @@
+--- config-dgih 2005-09-29 11:56:48.000000000 +0200
++++ config-chr 2005-09-29 10:43:44.000000000 +0200
+@@ -1,19 +1,17 @@
+ #!/bin/sh
+
+ # Name and (if wanted) default IP address of system
+-hostname="vagabonden"
+-domainname="dgi-huset.dk"
++hostname="usbstick"
++#domainname="example.tld"
++domainname="jones.dk"
+ #hostdefaultip="192.168.133.133"
+
+ suite="sarge"
+
+-baseworkdir="/home/VAGABONDEN"
++baseworkdir="/home/CHR"
+
+-# Hosts used for several services like syslog and network filesystems
+-diskhost="lager"
+-loghost="log"
+-
+-dns_server="192.168.101.2"
++diskhost="hykrion.jones.dk"
++loghost="192.168.102.252"
+
+ targettemp="$baseworkdir/tmproot"
+ targettemp_fat="$baseworkdir/tmpfatroot"
+@@ -37,10 +35,6 @@
+ #MKINITRD_CD="yes"
+ #MKINITRD_NETBOOT="yes"
+
+-# Set this empty to avoid dhcp client altogether
+-DHCPCLIENT="dhcp3"
+-#DHCPCLIENT="udhcpc"
+-
+ # Set to one of the following:
+ # ext2 (recommended!)
+ # ext3
+@@ -57,32 +51,34 @@
+ diskdev_target="$diskdev_host"
+ diskfs="nfs"
+
+-# Ordered list of all APT sources (if different from DEFAULT and HOST)
+-#aptsources="base security jones"
+-
+-# URI and components of base APT repository as seen on target (if different from host setup)
+-# (remember to enable nfs if using "file:/pub/...")
+-aptsource_base_target="http://ftp.debian.org/debian/"
+-#aptsource_base_target="file:/pub/mirrors/debian/"
+-
+-aptsource_security_target="http://security.debian.org/"
+-
+-# Device name (or NFS share) to mount to "/pub" (if different from HOST)
+-pubdev_target="$diskhost:/pub"
++# APT repository for initial setup (and possibly more)
++# (use file:/pub/... and enable nfs - sppedy and works in chroot too)
++#mirror="http://192.168.102.252/mirrors/debian/"
++mirror="file:/pub/mirrors/debian/"
++
++mirror_addon="http://debian.jones.dk/"
++mirror_addon_target="kernels misc"
++
++# If enabled, this will get attached to /pub
++#pubdev_host="${diskhost:+$diskhost:/pub}"
++pubdev_host="192.168.102.252:/pub"
++pubdev_target="$pubdev_host"
++pubfs="nfs"
+
+ # Define this to redirect all log output to another host
+ loghost="$loghost"
+
+ # Packages to install beyond the bare minimum
+-aptitude_install="initrd-tools"
+-aptitude_kernel_install="kernel-image-2.4-386"
+-aptitude_install_custom="mc less ssh syslog-ng"
++aptitude_install="initrd-tools yaird"
++#aptitude_kernel_install="kernel-image-2.6.12+debianlogo+squashfs+wrr"
++aptitude_kernel_install="kernel-image-2.6.12+debianlogo+squashfs+wrr"
++aptitude_install_custom="mc less ssh syslog-ng console-log"
+
+ #This one needs to be installed separately from daemons
+ #aptitude_install_custom="$aptitude_install_custom file-rc"
+
+ # Boot helper apps
+-aptitude_install_custom="$aptitude_install_custom memtest86+ udev usbutils resolvconf module-init-tools"
++aptitude_install_custom="$aptitude_install_custom memtest86+ udev usbutils ifplugd ifrename resolvconf module-init-tools"
+
+ # Admin helper apps (e.g. for reading gzip'ed files through mc)
+ aptitude_install_custom="$aptitude_install_custom mime-support file"
+@@ -92,8 +88,11 @@
+
+ # You probably won't need this (needed for X11-based infoscreen)
+ # (libxmuu1 is for locally added "xset" binary taken from xbase-clients)
+-aptitude_install_custom="$aptitude_install_custom xfonts-base xserver-xfree86 libxmuu1 launchtool unclutter qiv"
+-diskstore="$flashybrid_diskstore /usr/X11R6/man"
++#aptitude_install_custom="$aptitude_install xfonts-base xserver-xfree86 libxmuu1 launchtool unclutter qiv"
++#diskstore="$flashybrid_diskstore /usr/X11R6/man"
++
++# Shorewall firewall
++aptitude_install_custom="$aptitude_install_custom shorewall wget wipl-daemon dhcp3-server"
+
+ # Kernel modules to load at boot time
+ modules_load="via-rhine"