open-power / petitboot

GNU General Public License v2.0
212 stars 56 forks source link

Saving default boot option (if writes are permitted) #71

Open oohal opened 4 years ago

oohal commented 4 years ago

Generally grub is configured to will save the default boot option by updating the saved option in the grubenv file. It'd be nice if we could support the same when petitboot is configured to allow writes to disk.

My question: Is there a good reason not to do this?