From 25c0c6684ad3df2528c9fbbb1babc3c516bd6f68 Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:28:51 +0200 Subject: [PATCH] Add some comments --- vli.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/vli.sh b/vli.sh index f9591e3..39a1901 100755 --- a/vli.sh +++ b/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