You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Fedora we now need the `podman-machine` package which pulls
in `virtiofsd`.
But also reorder and clean things up so that the MacOS/Fedora instructions
are separate.
Signed-off-by: Colin Walters <[email protected]>
- (Even on Linux, you *must* set up `podman machine` with a rootful connection; see below)
18
-
-`podman machine init --rootful --now`
19
-
- qemu-system-x86_64 / qemu-system-aarch64
20
-
- xorriso/osirrox
21
-
- golang
22
-
- libvirt-devel
23
-
24
-
25
-
To compile it, just run in the project directory:
12
+
### MacOS
26
13
27
-
```shell
28
-
make
29
-
```
14
+
First be sure you have the Podman Desktop [bootc extension requirements](https://github.com/containers/podman-desktop-extension-bootc?tab=readme-ov-file#requirements).
30
15
31
-
### MacOS
32
-
On MacOS you can use homebrew to install podman-bootc
16
+
On MacOS you can use homebrew to install podman-bootc:
33
17
34
18
```
35
19
brew tap germag/podman-bootc
@@ -50,6 +34,11 @@ brew install qemu
50
34
or by other mean and make it available in the path.
51
35
52
36
### Fedora
37
+
38
+
You first must have `podman-machine` installed.
39
+
It is required to have a *rootful* podman machine setup
40
+
via e.g. `podman machine init --rootful --now`.
41
+
53
42
For Fedora 40 and Rawhide we provide a COPR repository.
54
43
First, enable the COPR repository:
55
44
@@ -64,6 +53,21 @@ then you can install `podman-bootc` as usual:
0 commit comments