Added call to update-usbids to download the latest usb.ids file.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 17 Nov 2005 22:27:13 +0000 (22:27 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 17 Nov 2005 22:27:13 +0000 (22:27 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@895 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 3c3165cd9446542a387b021adb10c15646d9771d..4bffcb04bd7a2c2d476da2d0b97b40dadc0edd10 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Added call to update-usbids to download the latest usb.ids file.
 
   17 Nov 2005; Eric Edgar <rocket@gentoo.org> catalyst,
   modules/generic_stage_target.py:
index 34f0c6ea65c6e502bae6c81977f1634394ef8263..272d9ad8b914f84bb25738f55fae4ea6d4538486 100755 (executable)
@@ -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