bootc-dev / bootc-dev/bootc

Support executing `install to-filesystem` from host directly

Ouverte
#433 8 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
area/install enhancement
Langage dominant
Rust
Étoiles
2.3k
Forks
230
Merge moyen
3 j 3 h
PR mergées (30 j)
36

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.

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Commencez par examiner le point d’entrée existant `bootc install to-filesystem` et l’invocation du conteneur documentée dans l’issue. Définissez comment l’opération doit être invoquée directement depuis l’hôte ou via une commande Podman plus simple, puis vérifiez qu’elle préserve les arguments du noyau demandés, le mode de remplacement et le comportement du système de fichiers cible.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
rust
Domaine
cli, operating-systems
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.