qboot: turn off stackprotector and pic hardening
This commit is contained in:
parent
d326ca40a8
commit
3437b52e6b
@ -12,7 +12,9 @@ stdenv.mkDerivation {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp bios.bin* $out/.
|
cp bios.bin* $out/.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "stackprotector" "pic" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple x86 firmware for booting Linux";
|
description = "A simple x86 firmware for booting Linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user