# HG changeset patch # User Matthew Sheets # Date 1252163714 0 # Node ID d7919ef5a5debdb3f79edebfd0f1119c0acb3407 # Parent 8921295297067d36053cd759b2209c766b2b90a2 Update: module-init-tools (use of /etc/modprobe.conf is deprecated) diff -r 892129529706 -r d7919ef5a5de module-init-tools/receipt --- a/module-init-tools/receipt Sat Sep 05 15:03:56 2009 +0000 +++ b/module-init-tools/receipt Sat Sep 05 15:15:14 2009 +0000 @@ -44,9 +44,8 @@ cp -a $_pkg/bin $fs strip -s $fs/sbin/* strip -s $fs/bin/* - # Empty modprobe.conf - echo "# /etc/modprobe.conf: Modprobe config file." > $fs/etc/modprobe.conf - echo "#" >> $fs/etc/modprobe.conf + # Create the modprobe config directory + mkdir -p $fs/etc/modprobe.d } # Remove Busybox symlink before installing