summaryrefslogtreecommitdiffstats
path: root/kernel/update_kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-12 13:08:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-12 13:08:15 +0000
commit4198931416edb98bae7a822b2490ffb99c6ff20f (patch)
tree6a71ee7a42afe7021e36dc66c64be136ac23004a /kernel/update_kernel
parente8a6ab3527cbb5a666fd830518cf4343aaf52f34 (diff)
downloaddrakx-backup-do-not-use-4198931416edb98bae7a822b2490ffb99c6ff20f.tar
drakx-backup-do-not-use-4198931416edb98bae7a822b2490ffb99c6ff20f.tar.gz
drakx-backup-do-not-use-4198931416edb98bae7a822b2490ffb99c6ff20f.tar.bz2
drakx-backup-do-not-use-4198931416edb98bae7a822b2490ffb99c6ff20f.tar.xz
drakx-backup-do-not-use-4198931416edb98bae7a822b2490ffb99c6ff20f.zip
use all.rdz instead of network.rdz in tftp (network.rdz is deprecated)
Diffstat (limited to 'kernel/update_kernel')
-rwxr-xr-xkernel/update_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/update_kernel b/kernel/update_kernel
index 6a5da3db4..f1a351689 100755
--- a/kernel/update_kernel
+++ b/kernel/update_kernel
@@ -106,7 +106,7 @@ if [ -n "$rpm" -a ! -e $ALL_KERNELS/$rpm ]; then
cd ../..
for dir in /tftpboot /var/lib/tftpboot; do
- rm -f $dir/{vmlinuz,network.rdz}
+ rm -f $dir/{vmlinuz,network.rdz,all.rdz}
done
fi