diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-06 15:35:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-06 15:35:49 +0000 |
commit | 2a1c1e03a43156b673a7188a0cd4a784829ab3c5 (patch) | |
tree | 44836a7635dccafd4c8bac9fbb7234d059b1d52b /bootscripts/Makefile | |
parent | b777a9ed50efe38706c26e9e4bae3e1efb67d24f (diff) |
Fix the udev_retry script, and add an explanation
for how to configure it.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/Makefile')
-rw-r--r-- | bootscripts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootscripts/Makefile b/bootscripts/Makefile index 5053e2698..65eafc888 100644 --- a/bootscripts/Makefile +++ b/bootscripts/Makefile @@ -60,6 +60,9 @@ files: create-dirs if [ ! -f ${EXTDIR}/sysconfig/modules ]; then \ install -m ${CONFMODE} lfs/sysconfig/modules ${EXTDIR}/sysconfig/ ;\ fi + if [ ! -f ${EXTDIR}/sysconfig/udev_retry ]; then \ + install -m ${CONFMODE} lfs/sysconfig/udev_retry ${EXTDIR}/sysconfig/ ;\ + fi if [ ! -f ${EXTDIR}/sysconfig/rc ]; then \ install -m ${CONFMODE} lfs/sysconfig/rc ${EXTDIR}/sysconfig/ ;\ fi |