bootc-dev / bootc-dev/bootc

Support executing `install to-filesystem` from host directly

Open
#433 8 comments 1 reaction 0 assignees View on GitHub
area/install enhancement
Dominant language
Rust
Stars
2.3k
Forks
230
Avg merge
3d 12h
Merged PRs (30d)
38

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.