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