forked from mirrors/nixpkgs
grub: Add support for grsecurity
This commit is contained in:
parent
1380bdfb16
commit
667008d56f
|
@ -68,6 +68,10 @@ stdenv.mkDerivation rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
paxmark pms $out/sbin/grub-{probe,bios-setup}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU GRUB, the Grand Unified Boot Loader (2.x beta)";
|
description = "GNU GRUB, the Grand Unified Boot Loader (2.x beta)";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue