10 lines
136 B
Bash
10 lines
136 B
Bash
#!/bin/bash
|
|
|
|
#VARS
|
|
|
|
DISK="/dev/sda"
|
|
CRYPT_N="lvm-system"
|
|
LVM_N="lvmSystem"
|
|
HOSTNAME="4rt1x"
|
|
TIMEZONE="Europe/Prague"
|
|
USERNAME="warezjoe" |