mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
main/lvm2: make sure lvm starts before swap
This commit is contained in:
parent
5b4c0e7f2a
commit
5a54110f87
@ -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"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
depend() {
|
||||
before checkfs fsck
|
||||
before checkfs fsck swap
|
||||
after hwdrivers modules device-mapper
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user