docs(startingpoint): fix typos with formatting (#35)

This commit is contained in:
gerblesh 2023-09-10 22:25:46 -07:00 committed by GitHub
parent 911ed35367
commit 69b4ced037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -2,11 +2,11 @@
The `bling` module allows you to easily declare which general parts of `ublue-os/bling` to pull in to your custom image. It requires the `rpms` and `files` directories from the `bling` container to already exist inside `/tmp/bling/` (pulled inside the Containerfile by default). The `bling` module allows you to easily declare which general parts of `ublue-os/bling` to pull in to your custom image. It requires the `rpms` and `files` directories from the `bling` container to already exist inside `/tmp/bling/` (pulled inside the Containerfile by default).
The blingbling to pull in is declared under `install:`, and the code for installing them is all in simple named scripts under the `installers/` directory. The basic code for the `bling` module is very similar to the code of the `script` module. The bling to pull in is declared under `install:`, and the code for installing them is all in simple named scripts under the `installers/` directory. The basic code for the `bling` module is very similar to the code of the `script` module.
## Example configuration: ## Example configuration:
```yml ```yaml
type: bling # configure what to pull in from ublue-os/bling type: bling # configure what to pull in from ublue-os/bling
install: install:
- fonts # selection of common good free fonts - fonts # selection of common good free fonts

View file

@ -10,7 +10,7 @@ The `files` module simplifies the process of copying files to the image during t
```yaml ```yaml
type: files type: files
files: files:
usr: /usr - usr: /usr
``` ```
In the example above, `usr` represents the directory located inside the `config/files` in the repository, while `/usr` designates the corresponding destination within the image. In the example above, `usr` represents the directory located inside the `config/files` in the repository, while `/usr` designates the corresponding destination within the image.

View file

@ -10,7 +10,7 @@ Additionally, the `rpm-ostree` module supports a temporary (waiting for `rpm-ost
## Example Configuration: ## Example Configuration:
```yml ```yaml
type: rpm-ostree type: rpm-ostree
repos: repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
@ -30,4 +30,4 @@ When removing certain packages, some problem probably in upstream `rpm-ostree` c
Resolving dependencies...done Resolving dependencies...done
error: Could not depsolve transaction; 1 problem detected: error: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests Problem: conflicting requests
``` ```

View file

@ -5,10 +5,10 @@ The scripts, which are run from the `config/scripts` directory, are declared und
## Example Configuration ## Example Configuration
```yml ```yaml
type: script type: script
scripts: scripts:
- signing.sh - signing.sh
``` ```
## Creating a Script ## Creating a Script

View file

@ -8,7 +8,7 @@ The main `yafti` configuration file, `yafti.yml`, is in `/usr/share/ublue-os/fir
## Example configuration: ## Example configuration:
```yml ```yaml
type: yafti type: yafti
custom-flatpaks: custom-flatpaks:
- Celluloid: io.github.celluloid_player.Celluloid - Celluloid: io.github.celluloid_player.Celluloid