summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-11 22:56:47 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-11 22:56:47 +0000
commit2e2e813745c9920603ae259e97563c66d6d9ddc6 (patch)
treea05eebcb43950532123fecdf15e1d1dd26db6ddd /images
parenta8e8a75745601a1cd9a4a0c8d0b8eb0f42ca2af6 (diff)
downloaddrakx-2e2e813745c9920603ae259e97563c66d6d9ddc6.tar
drakx-2e2e813745c9920603ae259e97563c66d6d9ddc6.tar.gz
drakx-2e2e813745c9920603ae259e97563c66d6d9ddc6.tar.bz2
drakx-2e2e813745c9920603ae259e97563c66d6d9ddc6.tar.xz
drakx-2e2e813745c9920603ae259e97563c66d6d9ddc6.zip
remove symlinks in toplevel /modules
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img1
1 files changed, 0 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 75b6fa584..27527ab49 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -173,7 +173,6 @@ sub initrd {
__ "tar xC $tmp_initrd/modules/$ext -f $modz/${type}_modules.tar";
_ "depmod -b $tmp_initrd $ext";
_ "cp -f $modz/modules.description $tmp_initrd/modules/$ext";
- symlink "$ext/$_", "$tmp_initrd/modules/$_" foreach qw(modules.dep modules.description);
}
# ka deploy need some files in all.rdz
{