From 38d3a31fc9dfbf1b6ea481e67be0b0e8c61cbed9 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Mon, 10 Jul 2006 05:28:34 +0000 Subject: Specified the full path to modprobe in the example rule. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/udev.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07') diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 2785a6b20..50e66f759 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -236,8 +236,8 @@ wrapped module. To do this, add an install line in /etc/modprobe.conf. For example: -install snd-pcm modprobe -i snd-pcm ; modprobe \ - snd-pcm-oss ; true +install snd-pcm /sbin/modprobe -i snd-pcm ; \ + /sbin/modprobe snd-pcm-oss ; true If the module in question is not a wrapper and is useful by itself, configure the S05modules bootscript to load this -- cgit v1.2.3-54-g00ecf