From b6d85b04286d30498a11aaac36e75032b1e72801 Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 10 Jun 2006 18:18:37 +0000 Subject: Added all work so far... git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@2 8f53b18a-e215-0410-8885-9f593d34873e --- config-dgih | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 config-dgih (limited to 'config-dgih') diff --git a/config-dgih b/config-dgih new file mode 100644 index 0000000..5daa648 --- /dev/null +++ b/config-dgih @@ -0,0 +1,102 @@ +#!/bin/sh + +# Name and (if wanted) default IP address of system +hostname="vagabonden" +domainname="dgi-huset.dk" +#hostdefaultip="192.168.133.133" + +suite="sarge" + +baseworkdir="/home/VAGABONDEN" + +# Hosts used for several services like syslog and network filesystems +diskhost="lager" +loghost="log" + +dns_server="192.168.101.2" + +targettemp="$baseworkdir/tmproot" +targettemp_fat="$baseworkdir/tmpfatroot" +targettemp_isofs="$baseworkdir/tmpisoroot" +targetoffline="$baseworkdir/flashybrid-off" + +# Set to one or more (space-delimited, max 4) of these: +# SYSLINUX +# ISOLINUX (not yet implemented) +# GRUB (installs, but fails to load 2nd stage - please help! ) +# LILO (not yet implemented) +# First one will be used by default (hit "a" at MBR promt to select) +# FIXME: fdisk code unfinished: leave it as "SYSLINUX GRUB" for now! +#bootloaders="SYSLINUX GRUB" +bootloaders="GRUB" + +# Uncomment one or more of these +# (DFSBUILD, MKINITRD_CD and MKINITRD_NETBOOT not yet implemented) +FLASHYBRID="yes" +#DFSBUILD="yes" +#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 +# isofs (not yet supported) +ROOTFS="ext2" + +# Set to prioritized list of filesystems you want used on the stick +# (USB sticks have limited write count: avoid journalling filesystems) +# (SYSLINUX use only 8.3 filenames, so msdos might be better than vfat) +selectable_filesystems="ext2 vfat" + +# If enabled, this will get get attached to /disk (needed by FLASHYBRID) +diskdev_host="${diskhost:+$diskhost:$baseworkdir/flashybrid-off}" +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" + +# 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" + +#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" + +# Admin helper apps (e.g. for reading gzip'ed files through mc) +aptitude_install_custom="$aptitude_install_custom mime-support file" + +# You probably won't need this (needed for framebuffer-based infoscreen) +#aptitude_install_custom="$aptitude_install ppmtofb netpbm python" + +# 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" + +# Kernel modules to load at boot time +modules_load="via-rhine" + +# Uncomment this to ease tracing configuration tweaks +trace="yes" -- cgit v1.2.3