Unverified Commit bb3789f6 authored by BL4CKH47H4CK3R's avatar BL4CKH47H4CK3R Committed by GitHub
Browse files

Set default label from ventoy to Ventoy (#656)

Windows version has default label Ventoy instead of ventoy.
Commited just for beautifications !
parent ea8a9e83
......@@ -15,12 +15,12 @@ print_usage() {
echo ' -r SIZE_MB preserve some space at the bottom of the disk (only for install)'
echo ' -s/-S enable/disable secure boot support (default is disabled)'
echo ' -g use GPT partition style, default is MBR (only for install)'
echo ' -L Label of the 1st exfat partition (default is ventoy)'
echo ' -L Label of the 1st exfat partition (default is Ventoy)'
echo ''
}
VTNEW_LABEL='ventoy'
VTNEW_LABEL='Ventoy'
RESERVE_SIZE_MB=0
while [ -n "$1" ]; do
if [ "$1" = "-i" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment