Removed alsa & bluetooth firmware files from iso. They are also in the packages

This commit is contained in:
Arne Fitzenreiter
2008-10-09 22:16:51 +02:00
parent e35760be61
commit c674e147f9
2 changed files with 4 additions and 2 deletions

View File

@@ -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