From bbfa2a7a09611186681e494844af228c18217941 Mon Sep 17 00:00:00 2001 From: Yunhong Jiang Date: Tue, 5 Jan 2016 19:29:18 -0800 Subject: [PATCH] No change to the grub default setting The kernel rpm installation on rehl/centos is using grubby to setup the default kernel entry, so we should not change the grub default set from saved to 0. Change-Id: I5910f498f5889c052e43d2e1e92b209c05b01455 Signed-off-by: Yunhong Jiang --- ci/envs/host-setup0.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.16.6