summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2007-02-07 21:11:22 +0000
committerjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2007-02-07 21:11:22 +0000
commit93b80b81cd66ebcb9d1f78cfed685c2c7760be30 (patch)
tree6c29c50a8c219721a7d862f2440d1531317b69eb
parent0102780960ae20cf7412e533ff931cdffa1c2f8a (diff)
Update target jones to new addons logic.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@49 8f53b18a-e215-0410-8885-9f593d34873e
-rw-r--r--targets/jones30
1 files changed, 12 insertions, 18 deletions
diff --git a/targets/jones b/targets/jones
index ff18f24..687a120 100644
--- a/targets/jones
+++ b/targets/jones
@@ -78,30 +78,24 @@ loghost="$loghost"
# Packages to install beyond the bare minimum
aptitude_install="initramfs-tools"
#aptitude_kernel_install="kernel-image-2.4-386"
-aptitude_kernel_install="kernel-image-2.6-386"
-aptitude_install_custom="mc less openssh-client openssh-server syslog-ng ifupdown"
+kernel_majorver="2.6"
+kernel_minorver="16"
+kernel_abi="2"
+kernel_subarch="486"
+#FIXME: Resolve name automagically
+kernel_name="${kernel_majorver}.${kernel_minorver}-${kernel_abi}-${kernel_subarch}"
+aptitude_kernel_install="linux-image-${kernel_majorver}-${kernel_subarch}"
#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"
+aptsources="$aptsources jones"
+aptsource_jones_components="kernels boot voip mediastreaming"
-# Admin helper apps (e.g. for reading gzip'ed files through mc)
-#aptitude_install_custom="$aptitude_install_custom mime-support file"
-aptitude_install_custom="$aptitude_install_custom mime-support"
+addons="boot net admin acpi disk"
-# 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"
-
-# Shorewall firewall
-#aptitude_install_custom="$aptitude_install_custom shorewall wget wipl-daemon dhcp3-server iptstate"
-aptitude_install_custom="$aptitude_install_custom tcpd shorewall wget dhcp3-server iptstate br2684ctl"
+# We want from a booted stick to be able to generate a yaird initrd for booting on firewire
+aptitude_install_custom="yaird"
# Kernel modules to load at boot time
modules_load="via-rhine"