Message ID | 20231116121310.72210-3-roger.pau@citrix.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | automation: minor fixes and improvements | expand |
On Thu, 16 Nov 2023, Roger Pau Monne wrote: > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Same here please apply to the other qemu-* scripts too Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> > --- > automation/scripts/qemu-alpine-x86_64.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/automation/scripts/qemu-alpine-x86_64.sh b/automation/scripts/qemu-alpine-x86_64.sh > index a1c41c030a47..8e398dcea34b 100755 > --- a/automation/scripts/qemu-alpine-x86_64.sh > +++ b/automation/scripts/qemu-alpine-x86_64.sh > @@ -68,7 +68,7 @@ cd ../.. > cat >> binaries/pxelinux.0 << EOF > #!ipxe > > -kernel xen console=com1 > +kernel xen console=com1 console_timestamps=boot > module bzImage console=hvc0 > module xen-rootfs.cpio.gz > boot > -- > 2.42.0 >
diff --git a/automation/scripts/qemu-alpine-x86_64.sh b/automation/scripts/qemu-alpine-x86_64.sh index a1c41c030a47..8e398dcea34b 100755 --- a/automation/scripts/qemu-alpine-x86_64.sh +++ b/automation/scripts/qemu-alpine-x86_64.sh @@ -68,7 +68,7 @@ cd ../.. cat >> binaries/pxelinux.0 << EOF #!ipxe -kernel xen console=com1 +kernel xen console=com1 console_timestamps=boot module bzImage console=hvc0 module xen-rootfs.cpio.gz boot
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- automation/scripts/qemu-alpine-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)