mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 11:16:22 +03:00
Cosmetic changes
This commit is contained in:
parent
ef57ad522d
commit
4a1dfed878
4
vli.sh
4
vli.sh
@ -2043,14 +2043,14 @@ function header_cbs {
|
||||
}
|
||||
|
||||
function create_btrfs_subvolumes {
|
||||
|
||||
header_cbs
|
||||
|
||||
if [[ -n $(lsblk "$final_drive" --discard | awk -F " " 'FNR == 2 {print $3}') ]] && [[ -n $(lsblk "$final_drive" --discard | awk -F " " 'FNR == 2 {print $4}') ]] ; then
|
||||
hdd_ssd=ssd
|
||||
else
|
||||
hdd_ssd=hdd
|
||||
fi
|
||||
|
||||
header_cbs
|
||||
|
||||
echo -e -n "\nBTRFS subvolumes will now be created with default options.\n\n"
|
||||
echo -e -n "Default options:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user