summaryrefslogtreecommitdiffstats
path: root/kernel/update_kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-19 09:49:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-19 09:49:48 +0000
commitfae9c13a21426965203b0a1a37b76d51f8e5ff87 (patch)
treeacd7b42c0db44482aa70257d75ebdfb0eed569cd /kernel/update_kernel
parent875d4c7186e31c4637afc55977522727fd709a4b (diff)
downloaddrakx-backup-do-not-use-fae9c13a21426965203b0a1a37b76d51f8e5ff87.tar
drakx-backup-do-not-use-fae9c13a21426965203b0a1a37b76d51f8e5ff87.tar.gz
drakx-backup-do-not-use-fae9c13a21426965203b0a1a37b76d51f8e5ff87.tar.bz2
drakx-backup-do-not-use-fae9c13a21426965203b0a1a37b76d51f8e5ff87.tar.xz
drakx-backup-do-not-use-fae9c13a21426965203b0a1a37b76d51f8e5ff87.zip
better comment
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 390370438..4e0924efa 100755
--- a/kernel/update_kernel
+++ b/kernel/update_kernel
@@ -109,7 +109,7 @@ function install_kernel() {
find $ALL_KERNELS/$ver -type f -name "*.o.gz" -o -name "*.ko.gz" | xargs gunzip
- # will get back when make_boot_img is called
+ # remove those files during update_kernel, they will get back when make_boot_img is called
for dir in /tftpboot /var/lib/tftpboot; do
rm -f $dir/{vmlinuz,network.rdz,all.rdz}
done