plymouth in Fedora 14 GA has a condition when multiple consoles are set. This is documented in a number of Red Hat Bugzilla records:
* https://bugzilla.redhat.com/show_bug.cgi?id=660727 * https://bugzilla.redhat.com/show_bug.cgi?id=661552 This is fixed in a plymouth update. Here we just work around by disabling it. Signed-off-by: Cleber Rosa <[email protected]> --- client/tests/kvm/unattended/Fedora-14.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/unattended/Fedora-14.ks b/client/tests/kvm/unattended/Fedora-14.ks index 861546b..9b99432 100644 --- a/client/tests/kvm/unattended/Fedora-14.ks +++ b/client/tests/kvm/unattended/Fedora-14.ks @@ -10,7 +10,7 @@ firewall --enabled --ssh selinux --enforcing timezone --utc America/New_York firstboot --disable -bootloader --location=mbr --append="console=tty0 console=ttyS0,115200" +bootloader --location=mbr --append="rd_NO_PLYMOUTH console=tty0 console=ttyS0,115200" zerombr clearpart --all --initlabel -- 1.7.1 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
