main/lvm2: make sure lvm starts before swap

This commit is contained in:
Natanael Copa 2012-11-09 08:04:18 +00:00
parent 5b4c0e7f2a
commit 5a54110f87
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lvm2
pkgver=2.02.98
pkgrel=0
pkgrel=1
pkgdesc="Logical Volume Manager 2 utilities"
url="http://sourceware.org/lvm2/"
arch="all"
@ -59,5 +59,5 @@ libs() {
}
md5sums="1ce5b7f9981e1d02dfd1d3857c8d9fbe LVM2.2.02.98.tgz
6f65f902cf19f144a42b8d6aceadf395 lvm.initd
260dba1a691ea2ae86a3c49b39f1dd7d lvm.initd
ec36d5fe4561220304e406c5c797e71f lvm.confd"

View File

@ -1,7 +1,7 @@
#!/sbin/runscript
depend() {
before checkfs fsck
before checkfs fsck swap
after hwdrivers modules device-mapper
}