mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-22 14:24:19 +01:00
chore: add comments and formatting
This commit is contained in:
@@ -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}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user