diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-14 17:23:06 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-14 17:23:09 -0800 |
commit | 5d25e533a3055b93964213fe65f5339c6237f408 (patch) | |
tree | 992fb050b870a43417f70472b711bf6dd0aefb1f | |
parent | a538a5c174e8eddd87455825b6bc8c78208544aa (diff) | |
download | dracut-submit/trunk/20121115.012330.tar.gz dracut-submit/trunk/20121115.012330.tar.bz2 dracut-submit/trunk/20121115.012330.zip |
We do not ship pidofsubmit/trunk/20121115.012330
-rwxr-xr-x | modules.d/99base/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh index fb4763cf..49b4594a 100755 --- a/modules.d/99base/module-setup.sh +++ b/modules.d/99base/module-setup.sh @@ -13,7 +13,7 @@ depends() { install() { local _d - dracut_install mount mknod mkdir pidof sleep chroot \ + dracut_install mount mknod mkdir sleep chroot \ sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid inst $(command -v modprobe) /sbin/modprobe |