File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
119just build-containerfile # This will build the containerfile and all the dependencies you need
1210just 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* `
You can’t perform that action at this time.
0 commit comments