Skip to content

Commit f50b2d9

Browse files
committed
docs: rewording
Signed-off-by: Tulip Blossom <[email protected]>
1 parent f678b5a commit f50b2d9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
# OpenSUSE Bootc
22

3-
Experiment to see if Bootc could work on OpenSUSE
3+
Reference [OpenSUSE](https://www.opensuse.org/) container image preconfigured for [bootc](https://github.com/bootc-dev/bootc) usage.
44

55
<img width="2201" height="1239" alt="image" src="https://github.com/user-attachments/assets/2d906848-ee82-40b1-8c3d-91e83ef7e492" />
66

77
## Building
88

9-
In order to get a running ubuntu-bootc system you can run the following steps:
9+
In order to get a running opensuse-bootc system you can run the following steps:
1010
```shell
1111
just build-containerfile # This will build the containerfile and all the dependencies you need
1212
just generate-bootable-image # Generates a bootable image for you using bootc!
1313
```
1414

1515
Then you can run the `bootable.img` as your boot disk in your preferred hypervisor.
1616

17-
# Fixes
18-
19-
- `mount /dev/vda2 /sysroot/boot` - You need this to get `bootc status` and other stuff working
20-
21-
Initramfs seems to be failing to mount composefs because of missing `erofs` kernel module during boot. If this happens to you, drop to the shell, `modprobe erofs`, then `systemctl start sysroot.mount` and `systemctl start bootc-initramfs-setup.service`

0 commit comments

Comments
 (0)