[Ovirt-devel] [PATCH recipe] Switched console tty0 and ttyS0 so that serial console works properly in F10

Ian Main imain at redhat.com
Fri Nov 21 21:41:41 UTC 2008


I haven't tried this on f10 yet, but I know on f9 it won't work.  The last console becomes /dev/console so on machines with no serial port it'll bail on boot.  There's a slight possibility that it got changed in f10 but I don't have an f10 machine yet to test with.  I'll try to remedy that shortly however.  Also I would think that you could try disabling the serial ports in the bios to test this.

I'll try to test this afternoon.. sounds like Alan is getting patches in place to build f10 on f9 machine.

	Ian


On Thu, 20 Nov 2008 18:22:00 -0500
Perry Myers <pmyers at redhat.com> wrote:

> Signed-off-by: Perry Myers <pmyers at redhat.com>
> ---
>  appliances/ovirt/files/cobbler-import |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/appliances/ovirt/files/cobbler-import b/appliances/ovirt/files/cobbler-import
> index bcb5497..32e6fd1 100644
> --- a/appliances/ovirt/files/cobbler-import
> +++ b/appliances/ovirt/files/cobbler-import
> @@ -51,7 +51,7 @@ popd
>  
>  cobbler distro add --name="oVirt-Node-$node_arch" --arch=$node_arch \
>      --initrd=$node_dir/tftpboot/initrd0.img --kernel=$node_dir/tftpboot/vmlinuz0 \
> -    --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=ttyS0,115200n8 console=tty0"
> +    --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=tty0 console=ttyS0,115200n8"
>  
>  cobbler profile add --name=oVirt-Node-$node_arch --distro=oVirt-Node-$node_arch
>  cobbler system add --netboot-enabled=1 --profile=oVirt-Node-$node_arch \
> -- 
> 1.6.0.3
> 
> _______________________________________________
> Ovirt-devel mailing list
> Ovirt-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/ovirt-devel




More information about the ovirt-devel mailing list