chore: add comments and formatting

This commit is contained in:
openoms
2024-03-13 12:37:24 +01:00
parent 40de67889e
commit df75eaa016
4 changed files with 38 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
```
parted -s /dev/${hdd} mkpart primary ext4 1024KiB 100%
mkfs.ext4 -F -L BLOCKCHAIN /dev/${hdd}
# for nvme
mkfs.ext4 -F -L BLOCKCHAIN /dev/${hdd}p1
tune2fs -c 1 /dev/${hdd}
```