mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 02:46:31 +03:00
Add some comments
This commit is contained in:
parent
f4ee8c85ec
commit
25c0c6684a
17
vli.sh
17
vli.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user