Hi,

On 02/06/2019 20:39, Dark Penguin wrote:
> After installing bilibop, even without enabling lockfs, I see this error
> message during the boot process:
> 
> ---
> Begin: Running /scripts/local-bottom ... Warning: bilibop-lockfs:
> Nothing to do.
> ls: /root/etc/udev/rules.d/70-persistent-cd.rules: No such file or directory
> ls: /root/etc/udev/rules.d/70-persistent-net.rules: No such file or
> directory
> done.
> ---

Thanks for the report. This will be fixed in the next release.

For the record:

The issue comes from the '-a' (AND) operator of the command 'test', that
is not very strict: in 'test condition1 -a condition2', condition2 is
evaluated even if condition1 is false. Using 'test condition1 && test
condition2' (with &&, the AND operator of the shell, more strict) will
solve this.

quidame

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to