rebrand docs content for beOS Pro

This commit is contained in:
2026-03-09 10:19:35 +01:00
parent 150f4a8ef4
commit d4e933688d
616 changed files with 6294 additions and 6294 deletions

View File

@@ -2,7 +2,7 @@
## Synopsis
The `disk` command provides a set of tools to manage storage resources in the Olares system. It is specifically used for managing LVM-based storage configurations.
The `disk` command provides a set of tools to manage storage resources in the beOS Pro system. It is specifically used for managing LVM-based storage configurations.
```bash
@@ -13,7 +13,7 @@ olares-cli disk <subcommand>
| Subcommand | Description |
|--|--|
| `extend` | Extends Olares storage capacity on LVM-based installations. |
| `extend` | Extends beOS Pro storage capacity on LVM-based installations. |
| `list-unmounted` | Lists unmounted disks. |
## Options
@@ -28,6 +28,6 @@ olares-cli disk <subcommand>
# List all disks that are connected but not mounted
olares-cli disk list-unmounted
# Extend Olares storage by adding newly detected unmounted disks
# Extend beOS Pro storage by adding newly detected unmounted disks
olares-cli disk extend
```