Merge pull request #303 from amshinde/add-util-linux-bin

clear: Add util-linux-bin package to Clearlinux rootfs
This commit is contained in:
GabyCT 2019-06-03 09:45:31 -05:00 committed by GitHub
commit 2f22a5681d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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