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