diff options
-rwxr-xr-x | ci/envs/host-setup0.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/envs/host-setup0.sh b/ci/envs/host-setup0.sh index eeb91c19d..79d1f585a 100755 --- a/ci/envs/host-setup0.sh +++ b/ci/envs/host-setup0.sh @@ -70,7 +70,6 @@ config_grub 'idle' 'poll' ## Disable clocksource verification at runtime config_grub 'tsc' 'reliable' -sed -i s/GRUB_DEFAULT=saved/GRUB_DEFAULT=0/ /etc/default/grub grub2-mkconfig -o /boot/grub2/grub.cfg install_kernel |