]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
kill bogus comment
authorThierry Vignaud <thierry.vignaud@gmail.com>
Fri, 30 Nov 2018 14:41:05 +0000 (15:41 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 30 Nov 2018 15:06:14 +0000 (16:06 +0100)
should have been killed in commit 4a855e6bebed956c108865823bcc131ebea2841a

modules.d/05busybox/module-setup.sh

index 14d401c243f5bb1a9641b0fbae8eafbd5f1f3f33..ecbd6a13f5ecf5279ff2ea993239153fbb646d60 100755 (executable)
@@ -22,9 +22,6 @@ install() {
         _progs="$_progs $_i"
     done
 
-    # FIXME: switch_root should be in the above list, but busybox version hangs
-    # (using busybox-1.15.1-7.fc14.i686 at the time of writing)
-
     for _i in $_progs; do
         _path=$(find_binary "$_i")
         [ -z "$_path" ] && continue