/usr/share/livecheck/livecheck.sh reports persistent mode even if disk is indeed read-only in KVM.
In previous Debian bullseye-based Whonix it worked fine.
After some testing, I found this:
- it does this command
sudo --non-interactive /bin/lsblk --noheadings --all --raw --output ROand searches for0’s - if it finds any
0it says persistent mode- the
--allflag tolsblkcausesloop{0..7}devices to be listed - not sure what they are, but they weigh 0B so probably some virtual devices that shouldn’t be checked. - indeed, it always reports
0for these and wrongly says it uses persistent mode even ifvdaandvda1are read-only.
- the
Not sure where to report this, but here you go.