Determine Tails Version from File / Disk / FS

Version of currently running can be found from 1st line of

cat /etc/amnesia/version

Version on usb stick can be determined by mounting squashedfs like so

mkdir /mnt/sfs
chmod 777 /mnt/sfs
mount ./live/filesystem.squashfs /mnt/sfs -t squashfs -o loop
cat /mnt/sfs/etc/amnesia/version

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.