summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-02-20 22:58:05 +0100
committertnut <tnut at nutyx dot com>2012-02-20 22:58:05 +0100
commit005f7902854338020dca8edf0128c9128cc21903 (patch)
tree43ec1c6e2bde70c7cc9df5c2cde0db487abd8bda /kernel
parentde526a4f12d7f8c8be05d41ca036d92e23acb322 (diff)
downloadnutyx-pakxe-005f7902854338020dca8edf0128c9128cc21903.tar.gz
nutyx-pakxe-005f7902854338020dca8edf0128c9128cc21903.tar.bz2
nutyx-pakxe-005f7902854338020dca8edf0128c9128cc21903.tar.xz
nutyx-pakxe-005f7902854338020dca8edf0128c9128cc21903.zip
kernel, maj maintenance
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Pkgfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/kernel/Pkgfile b/kernel/Pkgfile
index 677b46710..92bacee0a 100644
--- a/kernel/Pkgfile
+++ b/kernel/Pkgfile
@@ -6,14 +6,14 @@
name=kernel
version=3.2.6
_BaseVersion=3.2
-release=2
+release=3
PKGMK_NO_STRIP="yes"
PKGMK_IGNORE_FOOTPRINT="yes"
PKGMK_IGNORE_MD5SUM="yes"
SCRIPT_VERSION="pakxe.3"
INITRDBASE="nutyx-initrd"
_extra=16022012
-_tools=16022012
+_tools=20022012
NVIDIA_VERSION=295.20
VB_VERSION=4.1.8
VB_BUILD=75467
@@ -37,12 +37,16 @@ source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_${BC_ARCH}-v5_100_
http://nutyx.meticul.eu/files/installtools-${_tools}.tar.bz2)
build(){
sed -i "s/^version=.\{1,\}/version=$version/" `prt-get printf %p --filter=$name`/$name/post-install
+
+sed -i "s|#VERSION#|$SCRIPT_VERSION|g" \
+$INITRDBASE/rootfs/install/functions
+
for i in setup-install setup-mirroir
do
sed -i "s|#INSTALL#|install-$SCRIPT_VERSION.ash|" \
$INITRDBASE/rootfs/install/$i || exit 1
done
-for i in main.txt functions setup-grub setup-grub
+for i in main.txt setup-grub
do
sed -i "s|#VERSION#|MINI $SCRIPT_VERSION|g" \
$INITRDBASE/rootfs/install/$i