git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1219
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 06 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ Commenting out the livecd-kernel code, since the Installer should be doing
+ everything necessary itself.
+
14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/livecdfs-update.sh:
Fix up the pci.ids/usb.ids code to work with newer pciutils and future-proof
;;
gentoo-release-livecd )
# First we setup the livecd-kernel package
- if [ -e /opt/installer/misc/mkvardb ]
- then
- chmod +x /opt/installer/misc/mkvardb
- /opt/installer/misc/mkvardb -p livecd-kernel -c sys-kernel -v ${clst_version_stamp} --provide "virtual/alsa" /boot/System* /boot/kernel* /boot/initr* $(for i in $(find "/lib/modules/" -type f); do grep --quiet "${i}" /var/db/pkg/*/*/CONTENTS || echo ${i}; done)
- fi
+# if [ -e /opt/installer/misc/mkvardb ]
+# then
+# chmod +x /opt/installer/misc/mkvardb
+# /opt/installer/misc/mkvardb -p livecd-kernel -c sys-kernel -v ${clst_version_stamp} --provide "virtual/alsa" /boot/System* /boot/kernel* /boot/initr* $(for i in $(find "/lib/modules/" -type f); do grep --quiet "${i}" /var/db/pkg/*/*/CONTENTS || echo ${i}; done)
+# fi
# Setup Gnome theme
if [ "${clst_livecd_xsession}" == "gnome" ]