From: Chris Gianelloni Date: Tue, 6 Mar 2007 17:11:24 +0000 (+0000) Subject: Commenting out the livecd-kernel code, since the Installer should be doing everything... X-Git-Tag: CATALYST_2_0_6_916~275 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d756f47bd928d7b3590baf024406ce93ee626de;p=catalyst.git Commenting out the livecd-kernel code, since the Installer should be doing everything necessary itself. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1219 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 34d17808..44b6d865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 06 Mar 2007; Chris Gianelloni + 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 targets/support/livecdfs-update.sh: Fix up the pci.ids/usb.ids code to work with newer pciutils and future-proof diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 6eea526c..616b62c8 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -267,11 +267,11 @@ case ${clst_livecd_type} in ;; 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" ]