the old version of autotest use kernel_cmdline to specify the kernel parameters, now it uses 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 5c1eb2b..c58da6c 100644 --- a/client/virt/guest-os.cfg.sample +++ b/client/virt/guest-os.cfg.sample @@ -415,7 +415,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" - 17.32: image_name = f17-32 -- 1.7.7.6 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest