Merge "This patch includes host and guest configuration script updates to install...
authorJiang, Yunhong <yunhong.jiang@intel.com>
Tue, 7 Mar 2017 08:10:06 +0000 (08:10 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 7 Mar 2017 08:10:06 +0000 (08:10 +0000)
ci/envs/guest-setup0.sh
ci/envs/host-setup0.sh

index 301d34c..fb3133b 100755 (executable)
@@ -64,5 +64,6 @@ config_grub 'idle' 'poll'
 ## Disable clocksource verification at runtime
 config_grub 'tsc' 'reliable'
 
-grub2-mkconfig -o /boot/grub2/grub.cfg
+sed -ie 's/saved/0/g' /etc/default/grub
 install_kernel
+grub2-mkconfig -o /boot/grub2/grub.cfg
index 0778aae..1bd7f12 100755 (executable)
@@ -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