diff options
-rw-r--r-- | docs/README | 2 | ||||
-rwxr-xr-x | update_kernel | 2 |
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 |