bcache: optionally install the tools and rules

Harald Hoyer 2013-10-09 09:50:15 +02:00
parent 32b970339f
commit a5659901e8
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ installkernel() {
}

install() {
blkid -k | { while read line; do [[ $line == bcache ]] && exit 0; done; exit 1; } || inst_multiple probe-bcache
inst_multiple ${udevdir}/bcache-register
inst_rules 61-bcache.rules
blkid -k | { while read line; do [[ $line == bcache ]] && exit 0; done; exit 1; } || inst_multiple -o probe-bcache
inst_multiple -o ${udevdir}/bcache-register
inst_rules 61-bcache.rules 69-bcache.rules
}