nixpkgs/nixos/modules/system/boot/loader/generic-extlinux-compatible
Tuomas Tynkkynen 8665b0d8b1 extlinux-conf-builder: Fix warning when building in chroot
When using extlinux-conf-builder in a nix build using chroots, the
following error message could be seen:

/nix/store/XXX-extlinux-conf-builder.sh: line 121: cd: /nix/var/nix/profiles: No such file or directory

To avoid this, just skip the code path parsing /nix/var/nix/profiles
when $numGenerations (passed from the command line) is 0 (which is the
only legal value of $numGenerations in a nix build context).
2015-07-26 00:31:20 +03:00
..
default.nix generic-extlinux-compatible: Add new bootloader for ARM 2015-05-17 23:38:03 +03:00
extlinux-conf-builder.nix extlinux-conf-builder: Make it work on non-DTB systems 2015-07-22 16:08:17 +03:00
extlinux-conf-builder.sh extlinux-conf-builder: Fix warning when building in chroot 2015-07-26 00:31:20 +03:00