ab92d3
From 3c9656769d33db55f6a9390a0f6d2c0be14d85c8 Mon Sep 17 00:00:00 2001
ab92d3
From: Thierry Vignaud <thierry.vignaud@gmail.com>
ab92d3
Date: Fri, 30 Nov 2018 15:41:05 +0100
ab92d3
Subject: [PATCH] kill bogus comment
ab92d3
ab92d3
should have been killed in commit 4a855e6bebed956c108865823bcc131ebea2841a
ab92d3
ab92d3
(cherry picked from commit a6bc200c28ac841edd12211c96dad8516095a68d)
ab92d3
ab92d3
Resolves: #1959336
ab92d3
---
ab92d3
 modules.d/05busybox/module-setup.sh | 3 ---
ab92d3
 1 file changed, 3 deletions(-)
ab92d3
ab92d3
diff --git a/modules.d/05busybox/module-setup.sh b/modules.d/05busybox/module-setup.sh
ab92d3
index 14d401c2..ecbd6a13 100755
ab92d3
--- a/modules.d/05busybox/module-setup.sh
ab92d3
+++ b/modules.d/05busybox/module-setup.sh
ab92d3
@@ -22,9 +22,6 @@ install() {
ab92d3
         _progs="$_progs $_i"
ab92d3
     done
ab92d3
 
ab92d3
-    # FIXME: switch_root should be in the above list, but busybox version hangs
ab92d3
-    # (using busybox-1.15.1-7.fc14.i686 at the time of writing)
ab92d3
-
ab92d3
     for _i in $_progs; do
ab92d3
         _path=$(find_binary "$_i")
ab92d3
         [ -z "$_path" ] && continue
ab92d3