On 22.08.2011 14:39, Leho Kraav wrote:
> +++ b/modules.d/91crypt-loop/module-setup.sh
> @@ -0,0 +1,15 @@
> +check() {
> +     [ -n $hostonly ] || return 1

any reason, why it's only valid for hostonly setups?

you might also want to use bash syntax in module-setup.sh reading:

[[ $hostonly ]] || return 1
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to