Skip to content

Commit

Permalink
feat: add workaround to make podman-machine work by default OOB
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Oct 31, 2024
1 parent 8db7486 commit ba4b137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_files/workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ set -oeux pipefail

# alternatives cannot create symlinks on its own during a container build
ln -sf /usr/bin/ld.bfd /etc/alternatives/ld && ln -sf /etc/alternatives/ld /usr/bin/ld

# Required by podman machine to work but it is on libexec by default
ln -sf /usr/bin/virtiofsd /usr/libexec/virtiofsd
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"genisoimage",
"google-droid-sans-mono-fonts",
"google-go-mono-fonts",
"gvisor-tap-vsock",
"ibm-plex-mono-fonts",
"incus",
"incus-agent",
Expand Down

0 comments on commit ba4b137

Please sign in to comment.