diff --git a/mxgrub/mxgrub b/mxgrub/mxgrub index ff54c00..87a43a3 100755 --- a/mxgrub/mxgrub +++ b/mxgrub/mxgrub @@ -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='';