bootc-dev / bootc-dev/bootc

Support executing `install to-filesystem` from host directly

Aperta
#433 8 commenti 1 reazione 0 assegnatari Vedi su GitHub
area/install enhancement
Lingua principale
Rust
Stelle
2.3k
Fork
230
Merge medio
3g 12h
PR unite (30g)
38

Descrizione

As someone who used the workflow of "install to-filesystem" to get a system compatible with bootable containers. I used the following command (successfully):

```
$ sudo yum install -y podman
$ sudo podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t -v /:/target
-v /var/lib/containers:/var/lib/containers quay.io/swalter/monday:1.0 bootc
install to-filesystem --karg=console=ttyS0,115200n8 --replace=alongside /target
$ sudo reboot
```

This command is not discoverable. I would have expected the to use the ```bootc``` command directly, or have a much simpler podman command.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.