aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@entel.upc.edu>2012-02-21 23:25:30 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-01 10:17:07 +0000
commit90f42b63a51d3f0d02a6f0e78b34f80c372a3049 (patch)
treedfff3bb9da9f867773e57c3745dfa185328acb00
parenta9a63585d925f8ae74913a2c7a6911e9f56d94db (diff)
downloadalpine-iso-90f42b63a51d3f0d02a6f0e78b34f80c372a3049.tar.bz2
alpine-iso-90f42b63a51d3f0d02a6f0e78b34f80c372a3049.tar.xz
alpine-xen: add tun module
Force "tun" module to load at start, since it's needed to create bridged HVM machines.
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 662f77b..f22f6ed 100755
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,7 @@ $(ISO_DIR)/xen.apkovl.tar.gz:
@echo "xenfs" >> "$(APKOVL_DIR)"/etc/modules
@echo "xen-platform-pci" >> "$(APKOVL_DIR)"/etc/modules
@echo "xen_wdt" >> "$(APKOVL_DIR)"/etc/modules
+ @echo "tun" >> "$(APKOVL_DIR)"/etc/modules
$(call rc_add,devfs,sysinit)
$(call rc_add,dmesg,sysinit)
$(call rc_add,hwclock,boot)