bootupd icon indicating copy to clipboard operation
bootupd copied to clipboard

Bootloader updater

Results 74 bootupd issues
Sort by recently updated
recently updated
newest added

Refer to Timothée's comment: There are cases where could have multiple shim binaries in the EFI partition and we only want to touch our own, not others. The logic should...

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...

area/dependencies

See https://github.com/rhinstaller/anaconda/pull/5508#issuecomment-2000443423 and previous Basically during an installation process we should really fix things so that we find the EFI vendor for the shim/grub we're going to install (from `/usr/lib/bootupd/updates/EFI`),...

bug
jira
triaged

In Fedora and derivatives there's a policy I think of writing SELinux policies for things that are systemd `.service`s. We happen to have a `.socket` and `.service` units but we...

enhancement
jira
triaged

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.3. Release notes Sourced from env_logger's releases. v0.11.3 [0.11.3] - 2024-03-05 Features Experimental support for key-value logging behind unstable-kv v0.11.2 [0.11.2] - 2024-02-13 v0.11.1 What's...

area/dependencies

Right now we don't update the static configs, but we should.

enhancement

To fix issues with Fedora Atomic desktops, I'm considering backporting the bootupd inclusion to Fedora 39: - https://github.com/fedora-silverblue/issue-tracker/issues/543 - https://gitlab.com/fedora/ostree/sig/-/issues/1 While thinking about that, I wondered if it would be...

Since Linux v6.0 the vfat filesystem has support for `renameat2(..., RENAME_EXCHANGE)`: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=da87e1725ae2 So `bootupd` could instead of applying the diff files one by one to the destination dir, it could...

enhancement
jira
triaged

When installing a bootable container image via Anaconda and using a kickstart file with `bootloader` command that also specifies a boot timeout (`--timeout` parameter), the specified value is ignored and...

Bumps [nix](https://github.com/nix-rust/nix) from 0.23.2 to 0.27.1. Changelog Sourced from nix's changelog. [0.27.1] - 2023-08-28 Fixed Fixed generating the documentation on docs.rs. (#2111) [0.27.0] - 2023-08-28 Added Added AT_EACCESS to AtFlags...

area/dependencies