7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/bash
|
|
|
|
#VARS
|
|
|
|
DISK="/dev/sda"
|
|
CRYPT_N="lvm-system"
|
|
LVM_N="lvmSystem" |