Skip to content

Commit

Permalink
docs: how to install/remove software in QM
Browse files Browse the repository at this point in the history
Step by step how to install/remove software in QM
partition.

Signed-off-by: Douglas Schilling Landgraf <[email protected]>
  • Loading branch information
dougsland committed May 7, 2024
1 parent bc3d5dc commit 269026a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/devel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- [Building QM rpm manually with changes](#building-qm-rpm-manually-with-changes)
- [Building CentOS AutoSD and QM manually](#building-centos-autosd-and-qm-manually)
- [Useful Commands](#useful-commands)
- [Installing software inside QM partition](#installing-software-inside-qm-partition)
- [Removing software inside QM partition](#removing-software-inside-qm-partition)
- [Listing QM service](#Listing-QM-service)
- [List QM container via podman](#List-QM-container-via-podman)
- [Connecting to QM container via podman](#Connecting-to-QM-container-via-podman)
Expand Down Expand Up @@ -123,6 +125,18 @@ To change default values, use the [defaults.ipp.yml](https://gitlab.com/CentOS/a

# Useful Commands

## Installing software inside QM partition

```bash
dnf --installroot /usr/lib/qm/rootfs/ remove vim -y
```

## Removing software inside QM partition

```bash
dnf --installroot /usr/lib/qm/rootfs/ remove vim -y
```

## Listing QM service

```bash
Expand Down

0 comments on commit 269026a

Please sign in to comment.