index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2024-03-07 09:19:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 13:19:44 +0100 |
commit | 0d5e1cf752010e1c2d068077bbd55ae25d3d0bd7 (patch) | |
tree | 686815e493d702c349e50f0a1dd85b56e39b766f /docs/cli_parameters/config/disk_config.rst | |
parent | 98f24317280c76b70177bfe4bbd50d87406f2b3e (diff) |
-rw-r--r-- | docs/cli_parameters/config/disk_config.rst | 4 |
diff --git a/docs/cli_parameters/config/disk_config.rst b/docs/cli_parameters/config/disk_config.rst index ed5f42c1..3dc01fb2 100644 --- a/docs/cli_parameters/config/disk_config.rst +++ b/docs/cli_parameters/config/disk_config.rst @@ -26,7 +26,7 @@ Given the following disk example: ├── boot (/dev/sda1) └── home (/dev/sda3) -Runing ``archinstall --conf your.json --silent`` where the above JSON is configured. The disk will be left alone — and a working system will be installed to the above folders and mountpoints will be translated into the installed system. +Running ``archinstall --conf your.json --silent`` where the above JSON is configured. The disk will be left alone — and a working system will be installed to the above folders and mountpoints will be translated into the installed system. .. note:: @@ -242,4 +242,4 @@ This example contains both subvolumes and compression. }, "status": "create", "type": "primary" - }
\ No newline at end of file + } |