Skip to content

Commit

Permalink
busybox: enable swap commands
Browse files Browse the repository at this point in the history
Enable the following busybox commands related to swap partitions:

* mkswap - set up a Linux swap area

* swapon, swapoff - enable/disable devices and files for paging and
                    swapping

Some NOS installers need these command available.

Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Curt Brune committed Feb 14, 2017
1 parent 219a1ce commit d96eb71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-config/conf/busybox.config
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ CONFIG_IPCS=y
CONFIG_LOSETUP=y
CONFIG_LSPCI=y
CONFIG_LSUSB=y
# CONFIG_MKSWAP is not set
# CONFIG_FEATURE_MKSWAP_UUID is not set
CONFIG_MKSWAP=y
CONFIG_FEATURE_MKSWAP_UUID=y
CONFIG_MORE=y
CONFIG_PIVOT_ROOT=y
CONFIG_RDATE=y
Expand All @@ -629,9 +629,9 @@ CONFIG_READPROFILE=y
CONFIG_RTCWAKE=y
CONFIG_SCRIPT=y
CONFIG_SCRIPTREPLAY=y
# CONFIG_SWAPONOFF is not set
CONFIG_SWAPONOFF=y
# CONFIG_FEATURE_SWAPON_DISCARD is not set
# CONFIG_FEATURE_SWAPON_PRI is not set
CONFIG_FEATURE_SWAPON_PRI=y
CONFIG_SWITCH_ROOT=y
CONFIG_UMOUNT=y
CONFIG_FEATURE_UMOUNT_ALL=y
Expand Down

0 comments on commit d96eb71

Please sign in to comment.