diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-03-07 08:10:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-07 08:10:06 +0000 |
commit | 0c2f88aa2ccffc538c276caac88da6841107bf81 (patch) | |
tree | 19210bac3be5857d7f95dce242df9920c9d49f71 /ci/envs/host-setup0.sh | |
parent | b345dcdf3a6a7ebf19d2932e009f16fc3f51c84e (diff) | |
parent | 570d93ddbb5e5e54aec9a7c1faf0c24204229c59 (diff) |
Merge "This patch includes host and guest configuration script updates to install kvmfornfv built kernel and configure the grub for executing test cases on latest installed kernel."
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 |