Fix: dialog menu

This commit is contained in:
natemaia 2020-05-17 15:34:18 -07:00
parent cf4531b09f
commit 203ae18612

View File

@ -905,7 +905,7 @@ part_menu()
"cfdisk" "Curses based variant of fdisk" \ "cfdisk" "Curses based variant of fdisk" \
"cgdisk" "Curses based variant of gdisk" \ "cgdisk" "Curses based variant of gdisk" \
"parted" "GNU partition editor" $([[ "$DISPLAY" ]] && hash gparted >/dev/null 2>&1 && printf \ "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" \ "fdisk" "Dialog-driven creation and manipulation of partitions" \
"gdisk" "A text-mode partitioning tool that works on GUID Partition Table (GPT) disks" \ "gdisk" "A text-mode partitioning tool that works on GUID Partition Table (GPT) disks" \
"Back" "Return to the device management menu" "Back" "Return to the device management menu"
@ -1509,7 +1509,7 @@ select_filesystem()
BTRFS=0 BTRFS=0
until [[ $fs ]]; do 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" \ ext4 "The evolution of the most used Linux file system, successor to Ext3" \
ext3 "Third extended file system, successor to Ext2" \ ext3 "Third extended file system, successor to Ext2" \
ext2 "Second extended file system, unlike 3/4 it is not journaled and obsolete" \ ext2 "Second extended file system, unlike 3/4 it is not journaled and obsolete" \