]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Removed alsa & bluetooth firmware files from iso. They are also in the packages
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 9 Oct 2008 20:16:51 +0000 (22:16 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 9 Oct 2008 20:16:51 +0000 (22:16 +0200)
config/rootfiles/common/udev
lfs/udev

index adf1c614c2722994356b5993a79cf751fd3c892a..f1d5b204e0f895ebb23dfecc3571db20410f5ddc 100644 (file)
@@ -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
index 846fa64498e4f5cd5a4fcc75fb46e5111cb38292..8fd066accad31be88baea42719e327848ddcea63 100644 (file)
--- 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