the old version of autotest use kernel_cmdline to specify the kernel
 parameters, now it use kernel_params to do the same thing. So update the ppc64
 item of os configure.
 Signed-off-by: Liu Sheng <liush...@linux.vnet.ibm.com>

---
 client/virt/guest-os.cfg.sample |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/virt/guest-os.cfg.sample b/client/virt/guest-os.cfg.sample
index c7e1418..c794fd1 100644
--- a/client/virt/guest-os.cfg.sample
+++ b/client/virt/guest-os.cfg.sample
@@ -396,7 +396,7 @@ variants:
                             cdrom_cd1 = isos/linux/Fedora-16-ppc64-DVD.iso
                             md5sum_cd1 = ffc0674f87e4f7e5739605dc80f4ffce
                             md5sum_1m_cd1 = 23be25f6a04a78f6dc7cb6ad9e691988
-                            kernel_cmdline = 
"root=live:CDLABEL=Fedora-16-ppc64 ks=cdrom:/ks.cfg console=hvc0 serial 
rd_NO_PLYMOUTH"
+                            kernel_params = "root=live:CDLABEL=Fedora-16-ppc64 
ks=cdrom:/ks.cfg console=hvc0 serial rd_NO_PLYMOUTH"
 
             - RHEL:
                 no setup
-- 
1.7.4.1

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to