From b6db777f9edc125cb103cd5887a25f2d84472979 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 6 Aug 2023 18:39:15 +0200 Subject: [PATCH] remove dialog --- usr/lib/archboot/installer/mountpoints.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index 7af287624..0881e19f3 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -339,8 +339,6 @@ _mountpoints() { _run_mkfs | _dialog --title " Mountpoints " --no-mouse --gauge "Mountpoints..." 6 75 0 _printk on _ROOTDEV="$(mount | grep "${_DESTDIR} " | cut -d' ' -f 1)" - _dialog --no-mouse --infobox "Devices were mounted successfully." 3 50 - sleep 3 _NEXTITEM="5" }