summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2001-09-29 22:37:18 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2001-09-29 22:37:18 +0000
commit4e5c764de239dd2e508d22439fb6a3f4489f8f95 (patch)
tree0ce4b0efbc9b00b1d0914b1698e660fbb63e5258
parent7c8960ee649075a27cc01c9a0890566b29bbcae4 (diff)
downloaddrakx-backup-do-not-use-4e5c764de239dd2e508d22439fb6a3f4489f8f95.tar
drakx-backup-do-not-use-4e5c764de239dd2e508d22439fb6a3f4489f8f95.tar.gz
drakx-backup-do-not-use-4e5c764de239dd2e508d22439fb6a3f4489f8f95.tar.bz2
drakx-backup-do-not-use-4e5c764de239dd2e508d22439fb6a3f4489f8f95.tar.xz
drakx-backup-do-not-use-4e5c764de239dd2e508d22439fb6a3f4489f8f95.zip
New adress where to find the kernel BOOT
-rw-r--r--docs/README2
-rwxr-xr-xupdate_kernel2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README b/docs/README
index 30f9ab28b..dffa604e4 100644
--- a/docs/README
+++ b/docs/README
@@ -20,7 +20,7 @@ This is only read-only access. If you want more, tell me (pixel@mandrakesoft.com
Alas, all is not in CVS as a lot of things are binary files.
-For the boot kernel, see https://kenobi.mandrakesoft.com/~chmou/kernel-BOOT/
+For the boot kernel, see https://kenobi.mandrakesoft.com/~chmou/kernel/BOOT/
or build your own:
- install the kernel-*.src.rpm from
- go to the /usr/src/RPM/SPECS/ (or any others topdir you have configured).
diff --git a/update_kernel b/update_kernel
index 5eb64e989..f0e39fd71 100755
--- a/update_kernel
+++ b/update_kernel
@@ -131,7 +131,7 @@ install_kernel() {
v=2.4.8-5mdk
vv=${v}BOOT
rm -rf all.kernels/$(cat all.kernels/.main)
- scp kenobi:~chmou/public_html/kernel-BOOT/kernel-BOOT-$v.i586.rpm /tmp
+ scp kenobi:~chmou/public_html/kernel/BOOT/kernel-BOOT-$v.i586.rpm /tmp
cd ~/gi/all.kernels ; rm -rf $vv ; mkdir $vv ; cd $vv ; rpm2cpio /tmp/kernel-BOOT-$v.i586.rpm | cpio -id
cd ~/gi ; ./update_kernel ; rm -f images/network.rdz ; ./make_boot_img images/network.rdz network
/bin/cp -f all.kernels/$vv/boot/vmlinu* /var/lib/tftpboot/vmlinuz