Add some comments

This commit is contained in:
Le0xFF 2023-10-02 18:28:51 +02:00
parent f4ee8c85ec
commit 25c0c6684a

17
vli.sh
View File

@ -13,9 +13,16 @@
trap "kill_script" INT TERM QUIT
# Variables
drive_partition_selection='0'
## Can be manually modified
user_drive=''
boot_partition=''
root_partition=''
boot_label=''
root_label=''
current_xkeyboard_layout=''
user_keyboard_layout=''
## Better not change them
drive_partition_selection='0'
encryption_yn='n'
luks_ot=''
encrypted_name=''
@ -25,13 +32,7 @@ vg_name=''
lv_root_name=''
lvm_partition=''
final_drive=''
boot_partition=''
root_partition=''
boot_label=''
root_label=''
hdd_ssd=''
current_xkeyboard_layout=''
user_keyboard_layout=''
# Constants