~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] alpine-xen: update to kernel 3.2

Roger Pau Monne <roger.pau@entel.upc.edu>
Details
Message ID
<1328693479-23195-1-git-send-email-roger.pau@entel.upc.edu>
Sender timestamp
1328693479
DKIM signature
missing
Download raw message
Patch: +5 -2
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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20120214112336.7f487ad8@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<1328693479-23195-1-git-send-email-roger.pau@entel.upc.edu> (view parent)
Sender timestamp
1329215016
DKIM signature
missing
Download raw message
On Wed,  8 Feb 2012 10:31:19 +0100
Roger Pau Monne <roger.pau@entel.upc.edu> wrote:

> 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(-)

Applied. Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)