summaryrefslogtreecommitdiff
path: root/modules.d/90livenet
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-07-06 14:06:05 +0200
committerHarald Hoyer <harald@redhat.com>2012-07-06 14:06:41 +0200
commite1619ee151b20549dc5c6112a5715df58db7b108 (patch)
treec86cff93001c5857a3a8bd459d7380891273c03f /modules.d/90livenet
parente09048aaf5cbc6c98fc03bdf89250e5c0e70f8c0 (diff)
downloaddracut-e1619ee151b20549dc5c6112a5715df58db7b108.tar.gz
dracut-e1619ee151b20549dc5c6112a5715df58db7b108.tar.bz2
dracut-e1619ee151b20549dc5c6112a5715df58db7b108.zip
fixed bash/sh requirements
Diffstat (limited to 'modules.d/90livenet')
-rwxr-xr-xmodules.d/90livenet/fetch-liveupdate.sh2
-rwxr-xr-xmodules.d/90livenet/livenetroot.sh2
-rwxr-xr-xmodules.d/90livenet/module-setup.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules.d/90livenet/fetch-liveupdate.sh b/modules.d/90livenet/fetch-liveupdate.sh
index 88aa2b11..024feaac 100755
--- a/modules.d/90livenet/fetch-liveupdate.sh
+++ b/modules.d/90livenet/fetch-liveupdate.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# fetch-liveupdate - fetch an update image for dmsquash-live media.
# this gets called by the "initqueue/online" hook for each network interface
# that comes online.
diff --git a/modules.d/90livenet/livenetroot.sh b/modules.d/90livenet/livenetroot.sh
index 617be62d..1bbee55b 100755
--- a/modules.d/90livenet/livenetroot.sh
+++ b/modules.d/90livenet/livenetroot.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# livenetroot - fetch a live image from the network and run it
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
diff --git a/modules.d/90livenet/module-setup.sh b/modules.d/90livenet/module-setup.sh
index 265f29e1..42496556 100755
--- a/modules.d/90livenet/module-setup.sh
+++ b/modules.d/90livenet/module-setup.sh
@@ -6,7 +6,7 @@ check() {
}
depends() {
- echo network url-lib dmsquash-live
+ echo network url-lib dmsquash-live img-lib
return 0
}