X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id AB8DDDC1934 for ; Tue, 14 Feb 2012 12:24:42 +0000 (UTC) Received: by werm13 with SMTP id m13so6416750wer.13 for ; Tue, 14 Feb 2012 04:24:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=vH9BEnLrfqKV+TkMGMU1LoG8yAT7D6boebb/LW1m4mY=; b=tjEIunqeHZTy2+SnZOCaLD23nPL7Uga4Vtleet3YHXyW4BRFqnYvnP/3bsNqOLnd1p S/Wao3Rz+OF6hoMN5BO240ZKoB0CDTuWyemR46uTL3izHIqaxmzkolZmHCtueDQnaaVX 0tX9spoE7m132I+FtSXrLC64piYjhhXXMQ/9Y= Received: by 10.180.96.8 with SMTP id do8mr3127986wib.21.1329222281047; Tue, 14 Feb 2012 04:24:41 -0800 (PST) Received: from build.localdomain (tina.upc.es. [147.83.39.243]) by mx.google.com with ESMTPS id q7sm27908255wix.5.2012.02.14.04.24.40 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Feb 2012 04:24:40 -0800 (PST) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= From: Roger Pau Monne To: alpine-devel@lists.alpinelinux.org Cc: Roger Pau Monne Subject: [alpine-devel] [PATCH] alpine-xen: remove hvc0 console Date: Wed, 8 Feb 2012 13:12:21 +0100 Message-Id: <1328703141-26121-1-git-send-email-roger.pau@entel.upc.edu> X-Mailer: git-send-email 1.7.9 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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 ---