Skip to content

Commit

Permalink
Include chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Apr 14, 2023
1 parent 2594ca4 commit 2f51b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/busybox-dynamic.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.35.0
# Thu Mar 2 19:38:06 2023
# Fri Apr 14 07:36:04 2023
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -210,7 +210,7 @@ CONFIG_FEATURE_VERBOSE=y
# CONFIG_CHMOD is not set
# CONFIG_CHOWN is not set
# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set
# CONFIG_CHROOT is not set
CONFIG_CHROOT=y
# CONFIG_CKSUM is not set
CONFIG_CRC32=y
# CONFIG_COMM is not set
Expand Down
1 change: 1 addition & 0 deletions scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ln -s busybox usr/bin/modprobe
ln -s busybox usr/bin/mount
ln -s busybox usr/bin/echo
ln -s busybox usr/bin/mkdir
ln -s busybox usr/bin/chroot

# for WSL2 support
mkdir etc
Expand Down

0 comments on commit 2f51b88

Please sign in to comment.