docs(startingpoint): fix typos with formatting (#35)
This commit is contained in:
parent
911ed35367
commit
69b4ced037
5 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue