From 93b80b81cd66ebcb9d1f78cfed685c2c7760be30 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 7 Feb 2007 21:11:22 +0000 Subject: 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 --- targets/jones | 30 ++++++++++++------------------ 1 file 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" -- cgit v1.2.3