From 6793518af43687e098183908aec53e72ca7469fc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 25 Jan 2023 07:44:39 +0100 Subject: [PATCH] show sizes in partition menu --- usr/lib/archboot/installer/partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/partition.sh b/usr/lib/archboot/installer/partition.sh index dfa8a5de3..9350ca09b 100644 --- a/usr/lib/archboot/installer/partition.sh +++ b/usr/lib/archboot/installer/partition.sh @@ -109,7 +109,7 @@ _partition() { _stoplvm _set_guid # Select disk to partition - _DISKS=$(_finddisks _) + _DISKS=$(_getavaildisks) _DISKS="${_DISKS} OTHER _ DONE +" _dialog --cr-wrap --msgbox "Available Disks:\n\n$(_getavaildisks)\n" 0 0 _DISK=""