[Lunar-commits] <moonbase> linux-2.6: version bump + support for multiple archs on one computer with one bootloader

Samuel samuel.verstraete at gmail.com
Fri Mar 13 16:03:00 CET 2009


commit c57003786656ef2bbe81d56621905e67bd8dd51e
Author: Samuel <samuel.verstraete at gmail.com>
Date:   Tue Jan 27 09:52:19 2009 +0100

    linux-2.6: version bump + support for multiple archs on one computer with one bootloader
---
 kernel/linux-2.6/BUILD        |    4 ++--
 kernel/linux-2.6/DETAILS      |    6 +++---
 kernel/linux-2.6/POST_INSTALL |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kernel/linux-2.6/BUILD b/kernel/linux-2.6/BUILD
index 3027699..d41ddb7 100644
--- a/kernel/linux-2.6/BUILD
+++ b/kernel/linux-2.6/BUILD
@@ -33,7 +33,7 @@
   backup_mods_krnl $VERSION                    &&
   prepare_install                           &&
   make modules_install                      &&
-  cp arch/${MYARCH}/boot/bzImage /boot/$VERSION  &&
-  cp System.map /boot/System.map-$VERSION
+  cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch`  &&
+  cp System.map /boot/System.map-$VERSION-`arch`
 
 ) > $C_FIFO 2>&1
diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS
index 8dbb58f..ccba19c 100644
--- a/kernel/linux-2.6/DETAILS
+++ b/kernel/linux-2.6/DETAILS
@@ -1,5 +1,5 @@
           MODULE=linux-2.6
-         VERSION=2.6.28.1
+         VERSION=2.6.28.2
             BASE=$(echo $VERSION | cut -d. -f1,2,3)
           SOURCE=linux-${BASE}.tar.bz2
          SOURCE2=patch-${VERSION}.bz2
@@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
   SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6
   SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6
       SOURCE_VFY=sha1:4f40f8bf3fd110b0cc6e1fea5f539c98f9959e94
-     SOURCE2_VFY=sha1:b82df678adfce9b3bde8224dc0f4370773cd0f1d
+     SOURCE2_VFY=sha1:b286db73138b36856bb3c4569c95192fb52ddb8c
         WEB_SITE=http://www.kernel.org
          ENTERED=20041019
-         UPDATED=20090119
+         UPDATED=20090127
            SHORT="The core of a Linux GNU Operating System"
      KEEP_SOURCE=on
            TMPFS=off
diff --git a/kernel/linux-2.6/POST_INSTALL b/kernel/linux-2.6/POST_INSTALL
index 1963779..dd6cddc 100644
--- a/kernel/linux-2.6/POST_INSTALL
+++ b/kernel/linux-2.6/POST_INSTALL
@@ -1,4 +1,4 @@
-update_bootloader $VERSION $VERSION
+update_bootloader $VERSION-`arch` $VERSION-`arch`
 
 #  Reinstall packages that add their own kernel modules
 


More information about the Lunar-commits mailing list