summaryrefslogtreecommitdiffstats
path: root/images/update_kernel
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-11 22:49:17 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-11 22:49:17 +0000
commit69e8edba6b0c66c5c317a84fa175020ccd11a274 (patch)
tree388b7d98bba224bca844cc4fe34b5e2934d8c8db /images/update_kernel
parent560a6121f74d5f53a2a672f230ada8da91a46be2 (diff)
downloaddrakx-backup-do-not-use-69e8edba6b0c66c5c317a84fa175020ccd11a274.tar
drakx-backup-do-not-use-69e8edba6b0c66c5c317a84fa175020ccd11a274.tar.gz
drakx-backup-do-not-use-69e8edba6b0c66c5c317a84fa175020ccd11a274.tar.bz2
drakx-backup-do-not-use-69e8edba6b0c66c5c317a84fa175020ccd11a274.tar.xz
drakx-backup-do-not-use-69e8edba6b0c66c5c317a84fa175020ccd11a274.zip
do not copy modules.description to topdir (for future depmod call to succeed)
Diffstat (limited to 'images/update_kernel')
-rwxr-xr-ximages/update_kernel2
1 files changed, 0 insertions, 2 deletions
diff --git a/images/update_kernel b/images/update_kernel
index 9429a209a..d06ccf126 100755
--- a/images/update_kernel
+++ b/images/update_kernel
@@ -32,8 +32,6 @@ my @kernels = map {
$kern_ver;
} @ARGV;
-sys('cp', '-f', "all.kernels/$kernels[0]/modules.description", '.');
-
output('all.kernels/.list', map { "$_\n" } @kernels);
sub system_verbose { print join(' ', @_), "\n"; system(@_) }