From 28ff067b43df168a155f5c208621601eaf45bba6 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Tue, 17 Oct 2023 23:16:02 +0200 Subject: [PATCH] replace Bedrock with Dolomite in documentation --- autoinstallation/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autoinstallation/README.md b/autoinstallation/README.md index 35f85bb276..b5f388f5f8 100644 --- a/autoinstallation/README.md +++ b/autoinstallation/README.md @@ -36,7 +36,7 @@ differences: "language": "en_US" }, "software": { - "product": "ALP-Bedrock" + "product": "ALP-Dolomite" }, "storage": { "bootDevice": "/dev/sda" @@ -87,7 +87,7 @@ local findBiggestDisk(disks) = { software: { - product: 'ALP-Bedrock', + product: 'ALP-Dolomite', }, root: { password: 'nots3cr3t', @@ -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 ```