~alpine/devel

alpine-xen: remove hvc0 console v1 PROPOSED

Roger Pau Monne: 1
 alpine-xen: remove hvc0 console

 1 files changed, 0 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/332/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] alpine-xen: remove hvc0 console Export this patch

Removed console=hvc0 from kernel parameters since it can prevent
output to vga on some systems.
---
 alpine-xen.conf.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/alpine-xen.conf.mk b/alpine-xen.conf.mk
index 856917d..016db33 100644
--- a/alpine-xen.conf.mk
+++ b/alpine-xen.conf.mk
@@ -2,4 +2,3 @@ ALPINE_NAME     := alpine-xen
MODLOOP_EXTRA   :=
KERNEL_FLAVOR   := grsec
BUILD_APKOVL    := xen
BOOT_CONSOLE    := console=hvc0
-- 
1.7.9



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---