Skip to content

Commit

Permalink
Merge pull request #113 from mariux64/mxgrub-configure-linux-to-trust…
Browse files Browse the repository at this point in the history
…-the-cpu-vendor-for-crng-purposes

mxgrub: Configure Linux to trust CPU manufacturer for CRNG purposes
  • Loading branch information
donald authored Jan 10, 2020
2 parents 1f2f8e6 + 5cd3da7 commit b71d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ sub scan_mariux {
}
}

our $KERNEL_PARAMETER="ro crashkernel=256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0";
our $KERNEL_PARAMETER="ro crashkernel=256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on";

sub update_grub_cfg {
my $kernellist='';
Expand Down

0 comments on commit b71d255

Please sign in to comment.