Fix: dialog menu
This commit is contained in:
parent
cf4531b09f
commit
203ae18612
@ -905,7 +905,7 @@ part_menu()
|
||||
"cfdisk" "Curses based variant of fdisk" \
|
||||
"cgdisk" "Curses based variant of gdisk" \
|
||||
"parted" "GNU partition editor" $([[ "$DISPLAY" ]] && hash gparted >/dev/null 2>&1 && printf \
|
||||
"gparted 'A gui front end to parted'") \
|
||||
"gparted -") \
|
||||
"fdisk" "Dialog-driven creation and manipulation of partitions" \
|
||||
"gdisk" "A text-mode partitioning tool that works on GUID Partition Table (GPT) disks" \
|
||||
"Back" "Return to the device management menu"
|
||||
@ -1509,7 +1509,7 @@ select_filesystem()
|
||||
|
||||
BTRFS=0
|
||||
until [[ $fs ]]; do
|
||||
dlg fs menu "File System" "$txt" $([[ $cur ]] && printf "skip 'Do not format this partition'") \
|
||||
dlg fs menu "File System" "$txt" $([[ $cur ]] && printf "skip -") \
|
||||
ext4 "The evolution of the most used Linux file system, successor to Ext3" \
|
||||
ext3 "Third extended file system, successor to Ext2" \
|
||||
ext2 "Second extended file system, unlike 3/4 it is not journaled and obsolete" \
|
||||
|
Reference in New Issue
Block a user