From: Thierry Vignaud Date: Fri, 30 Nov 2018 14:41:05 +0000 (+0100) Subject: kill bogus comment X-Git-Tag: 050~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6bc200c28ac841edd12211c96dad8516095a68d;p=thirdparty%2Fdracut.git kill bogus comment should have been killed in commit 4a855e6bebed956c108865823bcc131ebea2841a --- diff --git a/modules.d/05busybox/module-setup.sh b/modules.d/05busybox/module-setup.sh index 14d401c24..ecbd6a13f 100755 --- a/modules.d/05busybox/module-setup.sh +++ b/modules.d/05busybox/module-setup.sh @@ -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