Skip to content

Commit

Permalink
Do not include nsenter to initrd, it exists on os-base
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Jan 21, 2023
1 parent 0b36209 commit 31fcb31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/busybox-dynamic.config
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ CONFIG_MOUNT=y
# CONFIG_MOUNTPOINT is not set
# CONFIG_NOLOGIN is not set
# CONFIG_NOLOGIN_DEPENDENCIES is not set
CONFIG_NSENTER=y
# CONFIG_NSENTER is not set
# CONFIG_PIVOT_ROOT is not set
# CONFIG_RDATE is not set
# CONFIG_RDEV is not set
Expand Down
1 change: 0 additions & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mkdir -p usr/etc/ssl/certs/

cp ../../assets/ca-certificates.crt usr/etc/ssl/certs/
cp $BASE/bin/busybox usr/bin
cp $BASE/usr/bin/nsenter usr/bin/nsenter
cp $BASE/usr/sbin/xtables-legacy-multi usr/bin/iptables
cp $BASE/usr/bin/xz usr/bin/xz
cp $BASE/usr/bin/zstd usr/bin/zstd
Expand Down

0 comments on commit 31fcb31

Please sign in to comment.