Add disko readme

This commit is contained in:
Sandro - 2023-05-04 17:02:02 +02:00
parent fa44c54750
commit e21735d109
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 15 additions and 0 deletions

15
disko/README.md Normal file
View File

@ -0,0 +1,15 @@
# Disko
Usage:
```bash
./format-disk.sh --name nixbert --disk /dev/sda
```
See ``./format-disk.sh --help`` for more options like disable luks, ceph or zfs.
For example:
```bash
./format-disk.sh --name nixbert --disk /dev/sda --no-ceph --no-luks --no-zfs
```