diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-13 10:46:38 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-13 10:46:38 +0200 |
commit | 713803a9a54c119cf01620ee538a6264eb1c3223 (patch) | |
tree | 64d4f404722def67506f3e5f6b1a2abbb74045d6 | |
parent | 88811c5aed9550ae3ed6a7a060256dffce47758e (diff) | |
download | nutyx-extra-713803a9a54c119cf01620ee538a6264eb1c3223.tar.gz nutyx-extra-713803a9a54c119cf01620ee538a6264eb1c3223.tar.bz2 nutyx-extra-713803a9a54c119cf01620ee538a6264eb1c3223.tar.xz nutyx-extra-713803a9a54c119cf01620ee538a6264eb1c3223.zip |
initrd, maj source
-rw-r--r-- | base/initrd/.md5sum | 4 | ||||
-rw-r--r-- | base/initrd/Pkgfile | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/base/initrd/.md5sum b/base/initrd/.md5sum index 54a6e139c..d6ba8df49 100644 --- a/base/initrd/.md5sum +++ b/base/initrd/.md5sum @@ -1,4 +1,4 @@ -e347855974710eabeff4fee553624203 install-attapu.ash -311e335cd26d923326ee7607a678a445 installtools-10092010.tar.gz +ab280e1b895e111858b269f3a5fe21e9 install-attapu.ash +00b6a389b3359ec61b66704eb7bb36ee installtools-11092010.tar.gz f94507ead075b96cf877cbe45426f9e6 kernel%232.6.34.6-1.pkg.tar.xz fdd82dc8a90aeb7029e5df5dd1c4784d nutyx-initrd-extra-24082010.tar.bz2 diff --git a/base/initrd/Pkgfile b/base/initrd/Pkgfile index 6753fe13c..df757c717 100644 --- a/base/initrd/Pkgfile +++ b/base/initrd/Pkgfile @@ -5,15 +5,15 @@ name=initrd version=2.6.34.6 -release=3 -_tools=10092010 +release=4 +_tools=11092010 _extra=24082010 _baseversion=2.6.34 SCRIPT_VERSION="attapu" -source=(http://kiao.no-ip.info/NuTyX/tools/install-${SCRIPT_VERSION}.ash\ - http://kiao.no-ip.info/NuTyX/attapu/`uname -m`/release/kernel%23$version-1.pkg.tar.xz\ - http://kiao.no-ip.info/NuTyX/tools/nutyx-initrd-extra-${_extra}.tar.bz2 - http://kiao.no-ip.info/NuTyX/tools/installtools-${_tools}.tar.gz) +source=(http://nutyx.meticul.eu/files/install-${SCRIPT_VERSION}.ash\ + http://nutyx.meticul.eu/attapu/`uname -m`/release/kernel%23$version-1.pkg.tar.xz\ + http://nutyx.meticul.eu/files/nutyx-initrd-extra-${_extra}.tar.bz2 + http://nutyx.meticul.eu/files/installtools-${_tools}.tar.gz) build(){ WDIR=$SRC/nutyx-initrd-2009 |