diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-25 21:52:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-25 21:52:18 +0000 |
commit | 36ba266b6f3981db638891ec5fa369bc5ae258a2 (patch) | |
tree | 626767171df0660c1974935b92cd8f371ac281a5 /bootscripts | |
parent | 60556bfd7b6bdacb0b18af107c66e1027426c823 (diff) |
lfs-udev fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/udev_retry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootscripts/lfs/init.d/udev_retry b/bootscripts/lfs/init.d/udev_retry index 3790d0657..55e140a6c 100644 --- a/bootscripts/lfs/init.d/udev_retry +++ b/bootscripts/lfs/init.d/udev_retry @@ -36,7 +36,7 @@ case "${1}" in # As of udev-186, the --run option is no longer valid #rundir=$(/sbin/udevadm info --run) - rundir=/run + rundir=/run/udev # From Debian: "copy the rules generated before / was mounted # read-write": |