diff options
Diffstat (limited to 'ci/envs/host-setup0.sh')
-rwxr-xr-x | ci/envs/host-setup0.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/envs/host-setup0.sh b/ci/envs/host-setup0.sh index 0778aae96..1bd7f1205 100755 --- a/ci/envs/host-setup0.sh +++ b/ci/envs/host-setup0.sh @@ -76,6 +76,6 @@ config_grub 'idle' 'poll' ## Disable clocksource verification at runtime config_grub 'tsc' 'reliable' -grub2-mkconfig -o /boot/grub2/grub.cfg - install_kernel + +grub2-mkconfig -o /boot/grub2/grub.cfg |