This isn’t explicitly answered in the docs, so I’ll ask the question and hopefully it helps other newbies like me:
Currently I am using index: 1
, with index: 0
set as “Staged”. This is the new Nvidia 555 release, which I most definitely do not want to use yet based on the issues I see in that thread.
I have pinned my current working deployment using sudo ostree admin pin 1
. (As an aside, the wording of the docs make me think it should be “pin 0”. As a newbie, I would think the desktop I am currently working from is my “current” deployment!)
My question is: How do I prevent the system from upgrading to index: 0
on reboot?
If Aurora thinks that my “current deployment” is index: 0
(the Staged one), should I simply run rpm-ostree rollback
now to move the pointer back to index: 1
, without rebooting?
Thank you