From: Arne Fitzenreiter Date: Thu, 9 Oct 2008 20:16:51 +0000 (+0200) Subject: Removed alsa & bluetooth firmware files from iso. They are also in the packages X-Git-Tag: v2.3-beta5~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c674e147f91e4358937aadb9a114723885c6510f;p=ipfire-2.x.git Removed alsa & bluetooth firmware files from iso. They are also in the packages --- diff --git a/config/rootfiles/common/udev b/config/rootfiles/common/udev index adf1c614c2..f1d5b204e0 100644 --- a/config/rootfiles/common/udev +++ b/config/rootfiles/common/udev @@ -9,7 +9,8 @@ etc/udev #etc/udev/rules.d/60-persistent-storage.rules #etc/udev/rules.d/81-cdrom.rules #etc/udev/udev.conf -lib/firmware +#lib/firmware +lib/firmware/dirinfo lib/libvolume_id.so.0 lib/libvolume_id.so.0.66.0 lib/udev diff --git a/lfs/udev b/lfs/udev index 846fa64498..8fd066acca 100644 --- a/lfs/udev +++ b/lfs/udev @@ -130,7 +130,8 @@ ifeq "$(KLIBC)" "1" else rm -rf /lib/udev/devices cd $(DIR_APP) && tar jxf $(DIR_DL)/udev-config-6.2.tar.bz2 - install -dv /lib/{firmware,udev/devices/{pts,shm}} + install -dv /lib/{firmware,udev/devices/{pts,shm}} + echo "Put device firmwares here ..." > /lib/firmware/dirinfo mknod -m0666 /lib/udev/devices/null c 1 3 ln -sv /proc/self/fd /lib/udev/devices/fd ln -sv /proc/self/fd/0 /lib/udev/devices/stdin