summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:56:48 +0200
committerDirk von Suchodoletz2010-08-22 14:56:48 +0200
commit2a908c01f8d19454cf2f9835cb07e4eeb57fb429 (patch)
treef54c1de6eaa10f1826054af76e8fcc3b27734531 /initramfs/stage3-stuff/bin/hwautocfg
parentRemoving deprecated ash from plugins call for scripts ... (diff)
downloadcore-2a908c01f8d19454cf2f9835cb07e4eeb57fb429.tar.gz
core-2a908c01f8d19454cf2f9835cb07e4eeb57fb429.tar.xz
core-2a908c01f8d19454cf2f9835cb07e4eeb57fb429.zip
Further changes because of deprecated ash.
Diffstat (limited to 'initramfs/stage3-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/stage3-stuff/bin/hwautocfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg
index 96bec352..a94af148 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -21,7 +21,7 @@ for tool in /usr/sbin/acpidump \
/usr/bin/udevinfo \
/sbin/dmraid ; do
testmkd ${tool%/*}
- echo -e "#!/bin/ash" >${tool}
+ echo -e "#!/bin/sh" >${tool}
chmod u+x ${tool}
done
# no kernel messages, switch on hotplug via /sbin/mdev