File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ Requirements:
16
16
- [ bootc extension requirements] ( https://github.com/containers/podman-desktop-extension-bootc?tab=readme-ov-file#requirements )
17
17
- (Even on Linux, you * must* set up ` podman machine ` with a rootful connection; see below)
18
18
- ` podman machine init --rootful && podman machine start `
19
- - qemu-system-x86_64/ qemu-system-aarch64
19
+ - qemu-system-x86_64 / qemu-system-aarch64
20
20
- xorriso/osirrox
21
21
- golang
22
22
- libvirt-devel
23
23
24
24
25
- To compile it just run in the project directory
25
+ To compile it, just run in the project directory:
26
26
27
27
``` shell
28
28
make
29
29
```
30
30
31
+ ### MacOS
31
32
On MacOS you can use homebrew to install podman-bootc
32
33
33
34
```
@@ -48,6 +49,21 @@ brew install qemu
48
49
```
49
50
or by other mean and make it available in the path.
50
51
52
+ ### Fedora
53
+ For Fedora 40 and Rawhide we provide a COPR repository.
54
+ First, enable the COPR repository:
55
+
56
+ ```
57
+ sudo dnf -y install 'dnf-command(copr)'
58
+ sudo dnf -y copr enable gmaglione/podman-bootc
59
+ ```
60
+
61
+ then you can install ` podman-bootc ` as usual:
62
+
63
+ ```
64
+ sudo dnf -y install podman-bootc
65
+ ```
66
+
51
67
52
68
## Running
53
69
You can’t perform that action at this time.
0 commit comments