Navigation Menu

Skip to content

Commit

Permalink
busybox-init: drop pivot_root
Browse files Browse the repository at this point in the history
From the help, pivot_root is intended for use with initrd on Linux 2.4.
Initramfs and Linux >=2.6 is supposed to use switch_root instead.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
  • Loading branch information
antonlacon committed Feb 5, 2021
1 parent b58ae35 commit d4808e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sysutils/busybox/config/busybox-init.conf
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.32.1
# Thu Feb 4 21:25:28 2021
# Fri Feb 5 01:01:29 2021
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -669,7 +669,7 @@ CONFIG_MOUNTPOINT=y
# CONFIG_NOLOGIN is not set
# CONFIG_NOLOGIN_DEPENDENCIES is not set
# CONFIG_NSENTER is not set
CONFIG_PIVOT_ROOT=y
# CONFIG_PIVOT_ROOT is not set
# CONFIG_RDATE is not set
# CONFIG_RDEV is not set
# CONFIG_READPROFILE is not set
Expand Down

0 comments on commit d4808e6

Please sign in to comment.