git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1253
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 01 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ we don't need to copy files from /usr/lib/hotplug/firmware anymore
+
29 Oct 2007; Andrew Gaffney <agaffney@gentoo.org>
targets/embedded/embedded-preclean-chroot.sh,
targets/grp/grp-preclean-chroot.sh,
if [ -n "$(ls /lib/firmware)" ]
then
cd /lib/firmware
- if [ -n "$(ls /usr/lib/hotplug/firmware)" ]
- then
- cp -r /usr/lib/hotplug/firmware/* /lib/firmware
- fi
/bin/tar cjpf /lib/firmware.tar.bz2 .
rm -rf /lib/firmware/*
mkdir -p /usr/lib/hotplug