X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 3ACBCDC1934 for ; Tue, 14 Feb 2012 09:56:04 +0000 (UTC) Received: by wgbdt10 with SMTP id dt10so4455340wgb.25 for ; Tue, 14 Feb 2012 01:56:03 -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=bGxpEO5zz4qafxkJlpkJGF98z9Mv6eGJKrPdKVELQ7Y=; b=msBUJShOzo1MX8Qxl/nptn08U8EQqIjfDMacNrTJGRtNaXku0RKkB3rzHjhZ2vmJ4/ l7Z3kfZw00EwXc4Hk8qpdGdbgpYtO7vNpMxLbdc5X69o7Pj3E3Mh8P6nJEz40KTGg4NN GP2PGB8nK4aTM2VSqndoqIIKVpTAjZRYSgEUE= Received: by 10.180.101.165 with SMTP id fh5mr29428109wib.10.1329213363192; Tue, 14 Feb 2012 01:56:03 -0800 (PST) Received: from build.localdomain (tina.upc.es. [147.83.39.243]) by mx.google.com with ESMTPS id er8sm7933036wib.1.2012.02.14.01.56.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Feb 2012 01:56:02 -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: update to kernel 3.2 Date: Wed, 8 Feb 2012 10:31:19 +0100 Message-Id: <1328693479-23195-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: Update alpine-xen iso generation, to load the modules that where previously included inside the kernel in 3.0. --- Makefile | 5 ++++- alpine-xen.conf.mk | 1 + alpine-xen.packages | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65a7dd0..d9cb8e3 100755 --- a/Makefile +++ b/Makefile @@ -218,9 +218,12 @@ $(ISO_DIR)/xen.apkovl.tar.gz: @rm -rf "$(APKOVL_DIR)" @mkdir -p "$(APKOVL_DIR)" @mkdir -p "$(APKOVL_DIR)"/etc/apk - @echo "xen udev" >> "$(APKOVL_DIR)"/etc/apk/world + @echo "xen" >> "$(APKOVL_DIR)"/etc/apk/world @echo "xen_netback" >> "$(APKOVL_DIR)"/etc/modules @echo "xen_blkback" >> "$(APKOVL_DIR)"/etc/modules + @echo "xenfs" >> "$(APKOVL_DIR)"/etc/modules + @echo "xen-platform-pci" >> "$(APKOVL_DIR)"/etc/modules + @echo "xen_wdt" >> "$(APKOVL_DIR)"/etc/modules $(call rc_add,devfs,sysinit) $(call rc_add,dmesg,sysinit) $(call rc_add,hwclock,boot) diff --git a/alpine-xen.conf.mk b/alpine-xen.conf.mk index 016db33..856917d 100644 --- a/alpine-xen.conf.mk +++ b/alpine-xen.conf.mk @@ -2,3 +2,4 @@ ALPINE_NAME := alpine-xen MODLOOP_EXTRA := KERNEL_FLAVOR := grsec BUILD_APKOVL := xen +BOOT_CONSOLE := console=hvc0 diff --git a/alpine-xen.packages b/alpine-xen.packages index b1cbd42..0b9aaa9 100644 --- a/alpine-xen.packages +++ b/alpine-xen.packages @@ -6,5 +6,4 @@ wireless-tools openssl tzdata xen -udev multipath-tools -- 1.7.9 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---