summaryrefslogtreecommitdiff
path: root/iso
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-08-03 15:49:22 +0200
committerJuergen Daubert <jue@jue.li>2012-08-03 15:49:22 +0200
commitcb0eeb22885065e511593a45f458d2509fb5bf92 (patch)
tree5dbe8d4d946599c43700912cba87318d3f56577a /iso
parent8182b3ea27818bfcf6b72567bd9044e3d38c0c89 (diff)
downloadiso-cb0eeb22885065e511593a45f458d2509fb5bf92.tar.gz
iso-cb0eeb22885065e511593a45f458d2509fb5bf92.tar.xz
setup-helper: first update for 2.8
Diffstat (limited to 'iso')
-rwxr-xr-xiso/bin/setup-helper31
1 files changed, 15 insertions, 16 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper
index 2b462c5..25f92a6 100755
--- a/iso/bin/setup-helper
+++ b/iso/bin/setup-helper
@@ -91,29 +91,28 @@ if [ -z "$1" ]; then
fi
-
-##### 2.7 -> 2.8 #####
+##### # 2.7 -> 2.8 #####
echo "* CRUX 2.7 -> 2.8 setup-helper"
-rename_packages "libattr:attr"
-remove_packages portmap glitz
-inject_packages libmpc attr acl libcap glib
-
+rename_packages "util-linux-ng:util-linux"
+remove_packages module-init-tools
+inject_packages cloog ppl kmod
-if [ `is_installed xorg-xf86-video-intel` ]; then
- inject_packages gperf xorg-xcb-util
+if [ `is_installed glib` ]; then
+ inject_packages libffi
fi
-if [ `is_installed cairo` ]; then
- inject_packages gperf xorg-xcb-util
+if [ `is_installed wpa_supplicant` ]; then
+ inject_packages libnl
fi
-
-if [ `is_installed nfs-utils` ]; then
- inject_packages libtirpc libnfsidmap libevent rpcbind
+if [ `is_installed xorg-xcb-util` ]; then
+ inject_packages xorg-xcb-util-image xorg-xcb-util-keysym xorg-xcb-util-render xorg-xcb-util-wm
fi
-if [ `is_installed firefox` ]; then
- inject_packages yasm
- remove_packages xulrunner
+if [ `is_installed xorg-xf86-input-synaptics` ]; then
+ inject_packages mtdev
fi
+
+
+

Generated by cgit