Venom1991 / refind-btrfs

Generate rEFInd manual boot stanzas from Btrfs snapshots
GNU General Public License v3.0
144 stars 8 forks source link

Is there a way I can use refind-btrfs even my root subvolume being a snapshot? #20

Closed rizzini closed 2 years ago

rizzini commented 2 years ago

refind-btrfs.service status says the ROOT(my root subvolume mounted at /) it's a snapshot itself and I know why..

In order to restore a snapshot, I create another one from the one I want to restore to ROOT, so ROOT ends up being just another snapshot and refind-btrfs doesn't allow that.

Venom1991 commented 2 years ago

There exists an option in the config but turning this default behavior off is not really recommended because I didn't test that scenario thoroughly enough. There's a warning for a reason :)

rizzini commented 2 years ago

Owww... So that's what's is for. I didn't pay attention to it when set it up. Thanks.