Re: [Tails-dev] Please review and merge feature/create-addi…

Delete this message

Reply to this message
Author: Alan
Date:  
To: tails-dev
Subject: Re: [Tails-dev] Please review and merge feature/create-additional-software-config
Hi,

> -    else:
> +    elif os.path.isdir(PERSISTENCE_DIR):

>
> Here `PERSISTENCE_DIR` is set to
> `"/live/persistence/TailsData_unlocked"`, which works. However, in
> other places we check whether persistence is enabled by looking if
> the shell variable `TAILS_PERSISTENCE_ENABLED` is set to `true` in
> the file `/var/lib/live/config/tails.persistence`. See
> `persistence_is_enabled()` in
> `config/chroot_local-includes/usr/local/lib/tails-shell-library/tails_greeter.sh`.
>
> Still, as the non-fatal exception isn't thrown any more (it's absent
> from `/var/log/gdm3/0:-greeter.log`) I won't block on this but I
> created the low-priority ticket #6786 to track it.
>

OK thanks.