Skip to content

Commit

Permalink
Merge pull request #799 from openSUSE/update_doc
Browse files Browse the repository at this point in the history
replace Bedrock with Dolomite in documentation
  • Loading branch information
jreidinger authored Oct 18, 2023
2 parents a18e10c + 28ff067 commit 18d4443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autoinstallation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ differences:
"language": "en_US"
},
"software": {
"product": "ALP-Bedrock"
"product": "ALP-Dolomite"
},
"storage": {
"bootDevice": "/dev/sda"
Expand Down Expand Up @@ -87,7 +87,7 @@ local findBiggestDisk(disks) =
{
software: {
product: 'ALP-Bedrock',
product: 'ALP-Dolomite',
},
root: {
password: 'nots3cr3t',
Expand Down Expand Up @@ -141,12 +141,12 @@ this scenario, it is expected to use the CLI to interact with Agama. In addition
any other tool available in the installation media. What's more, when using the Live ISO, you could
install your own tools.

Below there is a minimal working example to install ALP Bedrock:
Below there is a minimal working example to install ALP Dolomite:

```sh
set -ex

/usr/bin/agama config set software.product=ALP-Bedrock
/usr/bin/agama config set software.product=ALP-Dolomite
/usr/bin/agama config set user.userName=joe user.password=doe
/usr/bin/agama install
```
Expand Down

0 comments on commit 18d4443

Please sign in to comment.