diff options
author | Juan RP <xtraeme@gmail.com> | 2013-05-20 13:15:21 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-05-20 13:15:21 +0200 |
commit | 997b3ca895583541a3aa40a95d9e188419279c8f (patch) | |
tree | b51b02b85854f2f5fac715414bc647acc001f834 /dracut/module-setup.sh | |
parent | a5d3e1fc9f3874d844b2b48ab5f8539dbdaafded (diff) | |
download | hrmpf-997b3ca895583541a3aa40a95d9e188419279c8f.tar.gz hrmpf-997b3ca895583541a3aa40a95d9e188419279c8f.tar.xz hrmpf-997b3ca895583541a3aa40a95d9e188419279c8f.zip |
dracut: misc tweaks.
Diffstat (limited to 'dracut/module-setup.sh')
-rw-r--r-- | dracut/module-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index f2cfb05..3ec42a9 100644 --- a/dracut/module-setup.sh +++ b/dracut/module-setup.sh @@ -11,6 +11,7 @@ depends() { } install() { + inst /usr/bin/chroot inst /usr/bin/chmod inst /usr/bin/sed inst /usr/sbin/depmod |