# HG changeset patch # User Pascal Bellard # Date 1246119575 -7200 # Node ID d621346a3d076dce6c27af1d4b94d532f7967d79 # Parent 41e9401c9123ad7e3556959145941495ce6645b3 linux: typo diff -r 41e9401c9123 -r d621346a3d07 linux/receipt --- a/linux/receipt Sat Jun 27 10:42:32 2009 +0200 +++ b/linux/receipt Sat Jun 27 18:19:35 2009 +0200 @@ -101,7 +101,7 @@ chroot "$1/" depmod -a $VERSION-slitaz # Update in-kernel module list - for module in ohci-hcd vfat msdos nls_utf8 fat ; do + for module in ohci_hcd vfat msdos nls_utf8 fat ; do sed -i "s/$module//" $1/etc/rcS.conf done