]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
No need for /bin/initrd-busybox on initrd.
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 22:23:37 +0000 (22:23 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 22:23:37 +0000 (22:23 +0000)
svn-id: @7859

geninitrd

index 68ccdaf3952eee197398f365ad775709d9bf1f82..dc84e3dbb9272bd990321bdf792885de03463754 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -1081,7 +1081,6 @@ ln -s /linuxrc $MNTIMAGE/init
 
 inst /bin/initrd-busybox "$MNTIMAGE/bin/sh"
 ln -s sh "$MNTIMAGE/bin/busybox"
-ln -s sh "$MNTIMAGE/bin/initrd-busybox"
 
 if is_yes "$USEINSMODSTATIC" ; then
        inst "$INSMOD" $MNTIMAGE/bin/insmod.static
This page took 0.043853 seconds and 4 git commands to generate.