mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +00:00
Merge pull request #303 from amshinde/add-util-linux-bin
clear: Add util-linux-bin package to Clearlinux rootfs
This commit is contained in:
commit
2f22a5681d
@ -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