mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +00:00
osbuilder: add coreutils to guest rootfs
So that the debug console is more useful. In the meantime, remove iptables as it is not used by kata-agent any more. Fixes: #3138 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -8,7 +8,7 @@ OS_VERSION=${OS_VERSION:-9.5}
|
||||
# Set OS_NAME to the desired debian "codename"
|
||||
OS_NAME=${OS_NAME:-"stretch"}
|
||||
|
||||
PACKAGES="systemd iptables init chrony kmod"
|
||||
PACKAGES="systemd coreutils init chrony kmod"
|
||||
|
||||
# NOTE: Re-using ubuntu rootfs configuration, see 'ubuntu' folder for full content.
|
||||
source $script_dir/ubuntu/$CONFIG_SH
|
||||
|
Reference in New Issue
Block a user