aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/modloop.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-12-09 09:26:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-12-09 09:37:21 +0000
commit603a2721d5440cf9e3af74c2bab093dcd528f47c (patch)
treec75711a8745955c9d317d688a18c0f512626c138 /main/openrc/modloop.initd
parent9c0b81e09b5398c0ac153e208438681610cd76fe (diff)
downloadaports-603a2721d5440cf9e3af74c2bab093dcd528f47c.tar.bz2
aports-603a2721d5440cf9e3af74c2bab093dcd528f47c.tar.xz
main/openrc: remove warning about modloop boot opt
arm boot config will not let us specify the modloop name so we will depend on search. We remove the warning.
Diffstat (limited to 'main/openrc/modloop.initd')
-rw-r--r--main/openrc/modloop.initd3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/openrc/modloop.initd b/main/openrc/modloop.initd
index 14b8687adf..fd11d72341 100644
--- a/main/openrc/modloop.initd
+++ b/main/openrc/modloop.initd
@@ -64,9 +64,6 @@ start() {
wget -P "$modloop_dldir" "$KOPT_modloop" \
&& modloop=$modloop_dldir/$(basename $KOPT_modloop)
;;
- "")
- ewarn "WARNING! modloop boot option is missing."
- ;;
*)
for dir in $(mountdirs); do
if [ -f "$dir"/$KOPT_modloop ]; then