Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: aeb516c741a1156a66acafa14322b47c63cfd709
https://github.com/NixOS/nixpkgs/commit/aeb516c741a1156a66acafa14322b47c63cfd709
Author: Bjørn Forsman <[email protected]>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M nixos/modules/system/boot/loader/grub/install-grub.pl
Log Message:
-----------
nixos/grub: change state file device separator from ':' to ','
':' is currently used as separator in /boot/grub/state for the list of
devices GRUB should be installed to. The problem is that ':' itself may
appear in a device path:
/dev/disk/by-id/usb-SanDisk_Cruzer_20043512300546C0B317-0:0
With such a path, NixOS will install GRUB *every* time, because it
thinks the configuration differs from the state file (due to the wrong
list split). Fix it by using ',' as separator.
For existing systems with GRUB installed on multiple devices, this
change means that GRUB will be installed one extra time.
Commit: e9aedc3006868dfbbf4b0ee0390a88a8c6322722
https://github.com/NixOS/nixpkgs/commit/e9aedc3006868dfbbf4b0ee0390a88a8c6322722
Author: Eelco Dolstra <[email protected]>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M nixos/modules/system/boot/loader/grub/install-grub.pl
Log Message:
-----------
Merge pull request #16738 from bjornfor/nixos-grub
nixos/grub: change state file device separator from ':' to ','
Compare: https://github.com/NixOS/nixpkgs/compare/6876eab511af...e9aedc300686_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits