From: Chris Gianelloni Date: Thu, 17 Nov 2005 22:27:13 +0000 (+0000) Subject: Added call to update-usbids to download the latest usb.ids file. X-Git-Tag: CATALYST_2_0_6_916~599 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c00d72438b136b1de43f5dd56b883310c7a60e18;p=catalyst.git Added call to update-usbids to download the latest usb.ids file. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@895 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 3c3165cd..4bffcb04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.383 2005/11/17 22:04:26 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.384 2005/11/17 22:27:13 wolf31o2 Exp $ + + 17 Nov 2005; Chris Gianelloni + targets/support/livecdfs-update.sh: + Added call to update-usbids to download the latest usb.ids file. 17 Nov 2005; Eric Edgar catalyst, modules/generic_stage_target.py: diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 34f0c6ea..272d9ad8 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.22 2005/09/12 18:49:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.23 2005/11/17 22:27:13 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings @@ -113,8 +113,9 @@ echo "alias rm='rm -i'" >> /etc/profile echo "alias ls='ls --color=auto'" >> /etc/profile echo "alias grep='grep --color=auto'" >> /etc/profile -# make sure we have the latest pci and hotplug ids +# make sure we have the latest pci,usb and hotplug ids [ -x /sbin/update-pciids ] && /sbin/update-pciids +[ -x /sbin/update-usbids ] && /sbin/update-usbids if [ -d /usr/share/hwdata ] then [ -f /usr/share/hwdata/pci.ids ] && rm -f /usr/share/hwdata/pci.ids