summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-05-02 14:44:37 +0200
committerorchidman <lesibel@free.fr>2012-05-02 14:44:37 +0200
commitcf80a86622ea51b5310573b21aec6e520e75e18f (patch)
tree19bc18797c0529643e72c41965d3086bb241c379 /kernel
parent4fddde3cf614b22230761580a2100ccf8f4bca6d (diff)
parent60a9515491559cf4cdc46a02242c1f9be98a5906 (diff)
downloadnutyx-pakxe-cf80a86622ea51b5310573b21aec6e520e75e18f.tar.gz
nutyx-pakxe-cf80a86622ea51b5310573b21aec6e520e75e18f.tar.bz2
nutyx-pakxe-cf80a86622ea51b5310573b21aec6e520e75e18f.tar.xz
nutyx-pakxe-cf80a86622ea51b5310573b21aec6e520e75e18f.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Pkgfile4
-rw-r--r--kernel/post-install3
2 files changed, 5 insertions, 2 deletions
diff --git a/kernel/Pkgfile b/kernel/Pkgfile
index 858968f99..434ae90e3 100644
--- a/kernel/Pkgfile
+++ b/kernel/Pkgfile
@@ -6,14 +6,14 @@
name=kernel
version=3.2.16
_BaseVersion=3.2
-release=1
+release=3
PKGMK_NO_STRIP="yes"
PKGMK_IGNORE_FOOTPRINT="yes"
PKGMK_IGNORE_MD5SUM="yes"
SCRIPT_VERSION="pakxe.4"
INITRDBASE="nutyx-initrd"
_extra=11032012
-_tools=18042012
+_tools=24042012
NVIDIA_VERSION=295.40
VB_VERSION=4.1.14
VB_BUILD=77440
diff --git a/kernel/post-install b/kernel/post-install
index a746f6719..e8f4819f6 100644
--- a/kernel/post-install
+++ b/kernel/post-install
@@ -19,10 +19,12 @@ do
done
# Copie des modules kernels
+echo "Copie des modules kernels"
mkdir -p $WDIR/rootfs/lib/modules
cp -a /lib/modules/* \
$WDIR/rootfs/lib/modules/
+echo "Copie des firmwares"
cp -a /lib/firmware \
$WDIR/rootfs/lib/
@@ -30,6 +32,7 @@ $WDIR/rootfs/lib/
cp /root/bin/install-${SCRIPT_VERSION}.ash $WDIR/rootfs/install/
# Création de l'initrd
+echo "Création de l'initrd"
sh $WDIR/script/mkinitrd $WDIR
cp $WDIR/iso/isolinux/initrd /boot/nutyx-initrd
rm -r $SRC