summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMichael Neves2013-02-28 17:55:31 +0100
committerMichael Neves2013-02-28 17:55:31 +0100
commit4661325b53ee403365d5aa25ebd9df2b4100735d (patch)
treefecc180ae3cfae8811bca0db9fa0a5486ba6d426 /data
parentadd initramfs2 to gitignore (diff)
downloadtm-scripts-4661325b53ee403365d5aa25ebd9df2b4100735d.tar.gz
tm-scripts-4661325b53ee403365d5aa25ebd9df2b4100735d.tar.xz
tm-scripts-4661325b53ee403365d5aa25ebd9df2b4100735d.zip
some fixes in init
Diffstat (limited to 'data')
-rwxr-xr-xdata/stage3.1/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stage3.1/init b/data/stage3.1/init
index b5899337..d69018cc 100755
--- a/data/stage3.1/init
+++ b/data/stage3.1/init
@@ -81,7 +81,7 @@ grep modprobe /etc/netcard | grep -E "$nwcardlist" \
if [ $(grep -ic "virtio_pci" /etc/modprobe.base) -ge 1 ]; then
echo "modprobe -q virtio_net" >>/etc/modprobe.base
fi
-/bin/sh -c '/etc/modprobe.base; mdev -s'
+/bin/sh /etc/modprobe.base; mdev -s
# setup network
nwif="eth0"