mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-30 03:34:29 +01:00
@@ -15,12 +15,12 @@ clr_url="https://download.clearlinux.org"
|
||||
|
||||
BASE_URL="${clr_url}/releases/${OS_VERSION}/${REPO_NAME}/${ARCH}/os/"
|
||||
|
||||
PACKAGES="util-linux-bin iptables-bin libudev0-shim chrony"
|
||||
PACKAGES="libudev0-shim kmod-bin"
|
||||
|
||||
#Optional packages:
|
||||
# systemd: An init system that will start kata-agent if kata-agent
|
||||
# itself is not configured as init process.
|
||||
[ "$AGENT_INIT" == "no" ] && PACKAGES+=" systemd" || true
|
||||
[ "$AGENT_INIT" == "no" ] && PACKAGES+=" systemd chrony iptables-bin util-linux-bin" || true
|
||||
|
||||
# Init process must be one of {systemd,kata-agent}
|
||||
INIT_PROCESS=systemd
|
||||
|
||||
@@ -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"
|
||||
PACKAGES="systemd iptables init chrony kmod"
|
||||
|
||||
# NOTE: Re-using ubuntu rootfs configuration, see 'ubuntu' folder for full content.
|
||||
source $script_dir/ubuntu/$CONFIG_SH
|
||||
|
||||
@@ -12,7 +12,7 @@ OS_VERSION=${OS_VERSION:-18.04}
|
||||
OS_NAME=${OS_NAME:-"bionic"}
|
||||
|
||||
# packages to be installed by default
|
||||
PACKAGES="systemd iptables init chrony"
|
||||
PACKAGES="systemd iptables init chrony kmod"
|
||||
|
||||
DEBOOTSTRAP=${PACKAGE_MANAGER:-"debootstrap"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user