]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Properly echo firmware.sh to /proc/../hotplug.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Aug 2006 08:30:32 +0000 (08:30 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Aug 2006 08:30:32 +0000 (08:30 +0000)
svn-id: @7671

geninitrd

index 9730c6e0a60ddcc7290cfc7809b3d95c6603b33c..0b9991412ad4e498ac337ad551f748355b4e8014 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -696,7 +696,7 @@ EOF
 
        echo "mount -t proc none /proc" >> "$linuxrc"
        echo "mount -t sysfs none /sys" >> "$linuxrc"
-       echo -n "/lib/firmware/firmware.sh" > /proc/sys/kernel/hotplug
+       echo "echo -n "/lib/firmware/firmware.sh" > /proc/sys/kernel/hotplug" >> "$linuxrc"
 }
 
 firmware_install_module_post() {
This page took 0.043179 seconds and 4 git commands to generate.