Skip to content
Snippets Groups Projects
Commit 4a050778 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/openrc: be more quiet when no need for modloop

parent c11eb8c3
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openrc
pkgver=0.6.1
pkgrel=1
pkgrel=2
pkgdesc="OpenRC manages the services, startup and shutdown of a host"
url="http://roy.marples.name/openrc"
license='BSD-2'
......@@ -62,7 +62,7 @@ c32e15b0858eef708497e7ee6355a055 hostname.initd
b1e64885f301166df30be3e3cf5338ff hwdrivers.initd
33ca3e558c42cdd17adccbc7807298f7 keymaps.initd
098a1f16812f56fcb56eb6b6f0fa31f6 modules.initd
80b3989370c8bf5cf23e65cd924f9846 modloop.initd
408e28f247c7cc71fa104c07869417f4 modloop.initd
c05fc2ea5d771ca68cbb8d91494c9a2b networking.initd
0a615d93aab691364c03539c3b496dcc local.start
c1ec888202d868710b5749f7b217d1e3 modloop.confd"
......@@ -49,8 +49,6 @@ start() {
local modloop mount_opts
find_media
if [ -z "$alpine_dev" ] ; then
ebegin "Skipping mount module loopback (specify with alpine_dev)"
eend 0
return 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment