]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Change installer device from tty1 to console.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index af178484cd38cd3832dd6d63b19fc29011af0572..8c0d5bafe75b205498214f8f90951de6f6b534b7 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.5"                                                  # Version number
-CORE="33"                                                      # Core Level (Filename)
-PAKFIRE_CORE="32"                                              # Core Level (PAKFIRE)
+CORE="34"                                                      # Core Level (Filename)
+PAKFIRE_CORE="33"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
@@ -348,9 +348,10 @@ buildipfire() {
   ipfiremake r8169                     XEN=1
   ipfiremake r8168                     XEN=1
   ipfiremake kqemu                     XEN=1
+  #ipfiremake kvm-kmod                 XEN=1
   ipfiremake v4l-dvb                   XEN=1
   ipfiremake madwifi                   XEN=1
-#  ipfiremake alsa                     XEN=1 KMOD=1
+  #ipfiremake alsa                     XEN=1 KMOD=1
   ipfiremake openswan                  XEN=1 KMOD=1
   ipfiremake mISDN                     XEN=1
   ipfiremake compat-wireless           XEN=1
@@ -362,6 +363,7 @@ buildipfire() {
   ipfiremake r8169
   ipfiremake r8168
   ipfiremake kqemu
+  ipfiremake kvm-kmod
   ipfiremake v4l-dvb
   ipfiremake madwifi
   ipfiremake alsa                      KMOD=1