Multiple profiles support #135
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
review-next
security
stub
tool
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: raito/lanzaboote#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finalizing Bootspec, we discovered that
nixos-rebuild switch
has support for different profiles (--profile-name
flag), this is some form of switching-time "specialisation".Currently, we collect all generations links through:
/nix/var/nix/profiles/system-*-link
, but that's wrong with respect to multiple profiles.When you create a profile, you have a
/nix/var/nix/profiles/system-profiles/<profile-name>-*
.Bootspec is also about handling "multiple profiles", apparently, systemd-boot and GRUB supports them, we do not.
Wanted to report that versions of the deployment tool, Comin past commit 962c70f4aeef370dd73bb08421622bc6a8c1f6f7 are affected by this.