Skip to content

Commit

Permalink
Add lz4 and tar to iso
Browse files Browse the repository at this point in the history
We can use preloaded tarballs for VMs as well, but this requires both
lz4 and tar to be installed to that the tarball can be extracted
correctly within the VM.
  • Loading branch information
Priya Wadhwa committed Mar 5, 2020
1 parent 776f96b commit d0b0dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/iso/minikube-iso/configs/minikube_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ BR2_PACKAGE_STRACE=y
BR2_PACKAGE_SYSSTAT=y
BR2_PACKAGE_HTOP=y
BR2_PACKAGE_CONNTRACK_TOOLS=y
BR2_PACKAGE_TAR=y
BR2_PACKAGE_LZ4=y

0 comments on commit d0b0dce

Please sign in to comment.