From adee8b0e354737c7981cb886e6444c324f08a842 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Fri, 31 May 2019 14:35:20 -0700 Subject: [PATCH] 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 --- rootfs-builder/clearlinux/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs-builder/clearlinux/config.sh b/rootfs-builder/clearlinux/config.sh index 206648335..25da8e030 100644 --- a/rootfs-builder/clearlinux/config.sh +++ b/rootfs-builder/clearlinux/config.sh @@ -15,7 +15,7 @@ clr_url="https://download.clearlinux.org" 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: # systemd: An init system that will start kata-agent if kata-agent