Thomas Bächler schrieb:
> +crypt_down() {
> + if cryptsetup isLuks $2; then
> + echo "/bin/cryptsetup luksClose $1" >> $LINUXRC
> + else
> + echo "/bin/cryptsetup remove $1" >>$LINUXRC
> + fi
> +}Ok, this doesn't work (because there's no $2), but as remove and luksClose do exactly the same, this won't be a problem. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
