Skip to content

Commit daeb394

Browse files
authored
Update README.md
1 parent 5c33795 commit daeb394

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Debian Bootc
1+
# Proxmox Bootc
22

3-
Experiment to see if Bootc could work on Debian
4-
5-
<img width="2196" height="1239" alt="image" src="https://github.com/user-attachments/assets/0b031de0-5593-49e8-8e5a-535ebdcf46e3" />
3+
Experiment to see if Bootc could work with Proxmox
64

75
## Building
86

9-
In order to get a running debian-bootc system you can run the following steps:
7+
In order to get a running proxmox-bootc system you can run the following steps:
108
```shell
119
just build-containerfile # This will build the containerfile and all the dependencies you need
1210
just generate-bootable-image # Generates a bootable image for you using bootc!
@@ -16,4 +14,8 @@ Then you can run the `bootable.img` as your boot disk in your preferred hypervis
1614

1715
# Fixes
1816

19-
- `mount /dev/vda2 /sysroot/boot` - You need this to get `bootc status` and other stuff working
17+
- `mount /dev/vda2 /sysroot/boot` - You need this to get `bootc status` and other stuff worgkin
18+
- `chmod 777 /var/lock` WORKAROUND
19+
- edit /etc/hosts with your custom host configuration
20+
- `systemctl start pve-cluster.service`
21+
- `systemctl start pve*`

0 commit comments

Comments
 (0)