X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F34disable_kwallet;h=79c895a6d7dd8534af3c3b334899cb0e7b73900e;hb=c9df233f3f817379e27d860738abafdee3463526;hp=767f9f88b07569b22917ace1bebb9fafbc154a9f;hpb=25bcd436af6202932ad494c8ddd0a49999579924;p=live-boot-grml.git diff --git a/scripts/live-bottom/34disable_kwallet b/scripts/live-bottom/34disable_kwallet index 767f9f8..79c895a 100755 --- a/scripts/live-bottom/34disable_kwallet +++ b/scripts/live-bottom/34disable_kwallet @@ -20,6 +20,11 @@ esac # live-initramfs header +if [ -n "${NOKWALLET}" ] +then + exit 0 +fi + . /scripts/live-functions log_begin_msg "Disabling kwallet..."