nixpkgs/nixos/modules/system/boot/loader
Antoine Eiche 2638fb722e systemd-boot-builder only ignores OSError "invalid argument"
In order to fix
https://github.com/NixOS/nixpkgs/issues/114552 (profile name with
special characters), all OSError have been ignored while only the OSError
with errno 22 (invalid argument) could has been ignored.

The drawback of ignoring all OSError is that the "No space left on
device" error is also ignored. When the /boot doesn't have enough
available disk space, the switch-to-configuration script succeeds
while the boot menu has not been updated: the user thinks it's system
has been updated, but on the next reboot it is actually rollbacked.
2023-04-04 09:16:41 +02:00
..
external nixos/manual: render module chapters with nixos-render-docs 2023-01-27 20:07:34 +01:00
generations-dir
generic-extlinux-compatible
grub Merge pull request #209156 from pwaller/issue-114594 2023-03-12 18:50:33 +00:00
init-script nixos/init-script: fix eval 2023-01-21 13:26:47 +01:00
raspberrypi
systemd-boot systemd-boot-builder only ignores OSError "invalid argument" 2023-04-04 09:16:41 +02:00
efi.nix
loader.nix