mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00:00
clear: Add util-linux-bin package to Clearlinux rootfs
This package contains mount command among several other commands. Unlike other distros, this package is not auto-pulled with systemd. Add this package explicitly. Fixes #302 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
148b6d7485
commit
adee8b0e35
@ -15,7 +15,7 @@ clr_url="https://download.clearlinux.org"
|
|||||||
|
|
||||||
BASE_URL="${clr_url}/releases/${OS_VERSION}/${REPO_NAME}/${ARCH}/os/"
|
BASE_URL="${clr_url}/releases/${OS_VERSION}/${REPO_NAME}/${ARCH}/os/"
|
||||||
|
|
||||||
PACKAGES="iptables-bin libudev0-shim chrony"
|
PACKAGES="util-linux-bin iptables-bin libudev0-shim chrony"
|
||||||
|
|
||||||
#Optional packages:
|
#Optional packages:
|
||||||
# systemd: An init system that will start kata-agent if kata-agent
|
# systemd: An init system that will start kata-agent if kata-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user