summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-21 17:37:51 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-21 17:37:51 +0000
commita90e0a6af9eb413f5993933ec7f3d93ae3948dfb (patch)
tree659943b1b60d3b7cbad847ceda4a1aaa81beb248 /images
parent3dea187456e97810484f7ae788be7e23ffd1dad8 (diff)
downloaddrakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar.gz
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar.bz2
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar.xz
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.zip
kill firmware loader now that firmware are loaded by the kernel
Diffstat (limited to 'images')
-rw-r--r--images/NEWS2
-rwxr-xr-ximages/make_boot_img2
2 files changed, 2 insertions, 2 deletions
diff --git a/images/NEWS b/images/NEWS
index 5af9d0020..95989e513 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- do not include firmware loader anywhere
+
Version 1.86 - 10 December 2012 by Thierry Vignaud
- include new drivers:
diff --git a/images/make_boot_img b/images/make_boot_img
index 29b60a6af..1917ada8d 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -170,8 +170,6 @@ sub initrd {
_ "cp -a $firm $tmp_initrd/$dest";
}
- _ "install $stage1_root/hotplug $tmp_initrd/";
- symlink "../hotplug", "$tmp_initrd/sbin/hotplug";
_ "install $stage1_root/init $tmp_initrd/";
_ "install $stage1_root/stage1 $tmp_initrd/sbin/";
foreach ('pppd', 'pppoe') {