Skip to content

Commit d5d54d2

Browse files
committed
install losetup from util-linux in the ISO
The losetup tool is used by Kubernetes to setup BlockMode volumes. BusyBox provides a version, but it does not have the `-j` option.
1 parent 1562092 commit d5d54d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: deploy/iso/minikube-iso/configs/minikube_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ BR2_PACKAGE_PSMISC=y
5858
BR2_PACKAGE_SYSTEMD_LOGIND=y
5959
BR2_PACKAGE_SYSTEMD_MACHINED=y
6060
BR2_PACKAGE_TAR=y
61+
BR2_PACKAGE_UTIL_LINUX_LOSETUP=y
6162
BR2_PACKAGE_UTIL_LINUX_NSENTER=y
6263
BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS=y
6364
BR2_TARGET_ROOTFS_CPIO_GZIP=y

0 commit comments

Comments
 (0)