wok-4.x rev 3587
linux: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 27 18:19:35 2009 +0200 (2009-06-27) |
parents | 41e9401c9123 |
children | 6d2a7e095c2b |
files | linux/receipt |
line diff
1.1 --- a/linux/receipt Sat Jun 27 10:42:32 2009 +0200 1.2 +++ b/linux/receipt Sat Jun 27 18:19:35 2009 +0200 1.3 @@ -101,7 +101,7 @@ 1.4 chroot "$1/" depmod -a $VERSION-slitaz 1.5 1.6 # Update in-kernel module list 1.7 - for module in ohci-hcd vfat msdos nls_utf8 fat ; do 1.8 + for module in ohci_hcd vfat msdos nls_utf8 fat ; do 1.9 sed -i "s/$module//" $1/etc/rcS.conf 1.10 done 1.11