On Mon, Dec 6, 2010 at 1:52 PM, Thomas Bächler <thomas@xxxxxxxxxxxxx> wrote: > Thanks. The initscripts patch won't work though: > > [[ $USELVM =~ yes|YES && -x /sbin/lvm && -d /sys/block ]] || return > "return" is a statement that will only work inside a function. I don't > know what it will do on the top level, but certainly not what you'd expect. D'oh! Copy-paste error, sorry about that. Updated commit: <https://github.com/teg/initscripts-arch/commit/feef447b8368244525dd98582b662a369098b2f7>. Thanks for testing, Tom