You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue with the example in the README.md file (script not working)
An issue with the documentation (script working, but non-obvious second step)
An issue between the chair and the keyboard (that is to say: I'm failing to see the obvious)
However:
It appears that old_roots is not being populated, or that retriving its content is not as trivial as one (or at least somebody new to NixOS like me), would expect.
By reading the script, I expected /old_roots to be a directory in the FS at the same level than /nix or /persist, with sub-entries named root-<time&date>. However such directory is not there, nor there is an unmounted subvolume showing up with lsblk...
I have put echo and sleep statements in the script to make sure the issue was not the script not running, and I can confirm that the script enter the if clause below:
I'm not sure if this is:
README.md
file (script not working)However:
It appears that
old_roots
is not being populated, or that retriving its content is not as trivial as one (or at least somebody new to NixOS like me), would expect.By reading the script, I expected
/old_roots
to be a directory in the FS at the same level than/nix
or/persist
, with sub-entries namedroot-<time&date>
. However such directory is not there, nor there is an unmounted subvolume showing up withlsblk
...I have put
echo
andsleep
statements in the script to make sure the issue was not the script not running, and I can confirm that the script enter theif
clause below:Is it me who am not understanding (in which case sorry for taking your time) or is there a real issue with the example provided?
The text was updated successfully, but these errors were encountered: