mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 22:47:49 +02:00
add comments for raid scripts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# quick script to create raid
|
||||
# this is an example of the base functions
|
||||
parted -s /dev/nvme0n1 rm 1
|
||||
parted -s /dev/nvme0n1 mklabel gpt
|
||||
parted -s /dev/nvme0n1 mkpart primary xfs 0% 100%
|
||||
|
||||
Reference in New Issue
Block a user