Elektrine lite

← Feed

@NekkoDroid@social.treehouse.systems

Post #3116354

2026-05-27 10:19 UTC

@pid_eins@mastodon.social Does the unlink logic only protect the current booted one or does is also protect the ones from other images? Say I have 2 images with 2 versions each. Would it have up to 3 versions it can GC (1 from the current booted one and 2 from the other image) or only 1 (the one from the current booted image)?

Replies (1)

  • @pid_eins@mastodon.social 2026-05-27 10:55

    @NekkoDroid@social.treehouse.systems "bootctl unlink" and "bootctl link" only operate on entries associated with the current image. They stack away from other installed images.

    Open ##3116355