summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-03 11:03:09 +0200
committertnut <tnut at nutyx dot com>2011-07-03 11:03:09 +0200
commitdd1e94e8fc295c4c810727ec7503afa37fe66897 (patch)
treefe1da857648bd65c76c75017f8b31cde1aa320ad
parentc993fa848ec5d8acb391707557d45a9b3b27922d (diff)
downloadnutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.tar.gz
nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.tar.bz2
nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.tar.xz
nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.zip
kernel, correction post-install et adapté pour pakxe.1
-rw-r--r--base/kernel/Pkgfile8
-rw-r--r--base/kernel/post-install2
2 files changed, 5 insertions, 5 deletions
diff --git a/base/kernel/Pkgfile b/base/kernel/Pkgfile
index 93d5d6d3a..a09914673 100644
--- a/base/kernel/Pkgfile
+++ b/base/kernel/Pkgfile
@@ -6,14 +6,14 @@
name=kernel
version=2.6.39.2
_BaseVersion=2.6.39
-release=4
+release=5
PKGMK_NO_STRIP="yes"
PKGMK_IGNORE_FOOTPRINT="yes"
PKGMK_IGNORE_MD5SUM="yes"
-SCRIPT_VERSION="pakxe"
+SCRIPT_VERSION="pakxe.1"
INITRDBASE="nutyx-initrd"
_extra=30052011
-_tools=25062011
+_tools=03072011
NVIDIA_VERSION=275.09.07
VB_VERSION=4.0.10
VB_BUILD=72479
@@ -69,7 +69,7 @@ case `uname -m` in
mv $SRC/config ./.config;;
esac
sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile
-make menuconfig
+# make menuconfig
case `uname -m` in
x86_64)
cp .config `prt-get printf %p --filter=$name`/$name/config_64;;
diff --git a/base/kernel/post-install b/base/kernel/post-install
index ca21ba1cf..4ae06f254 100644
--- a/base/kernel/post-install
+++ b/base/kernel/post-install
@@ -23,7 +23,7 @@ done
# Copie des modules kernels
mkdir -p $WDIR/rootfs/lib/modules
-cp -a /lib/modules/${version}\
+cp -a /lib/modules/${version} \
$WDIR/rootfs/lib/modules/
# Copie du script d'install