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
Is it possible to make the systemd-boot plugin support multiple kernels for one boot environment? Currently it just clones the org.zectl-<BE>.conf to create a new loader entry. But that file can only contain one kernel. Other kernels can also be installed simultaneously on Arch, like the linux-lts kernel. Maybe we could name other kernel conf files as org.zectl-<BE>@lts.conf or something like that and have zectl clone every conf file with <BE> in it.
The text was updated successfully, but these errors were encountered:
…nramsden#12)
If boot environment contains child datasets, we need to pass
along the recursive argument so that we take a recursive snapshot
of children, otherwise zectl_clone() will fail due to missing
snapshot.
Is it possible to make the systemd-boot plugin support multiple kernels for one boot environment? Currently it just clones the
org.zectl-<BE>.conf
to create a new loader entry. But that file can only contain one kernel. Other kernels can also be installed simultaneously on Arch, like the linux-lts kernel. Maybe we could name other kernel conf files asorg.zectl-<BE>@lts.conf
or something like that and have zectl clone every conf file with<BE>
in it.The text was updated successfully, but these errors were encountered: