From ef8b60e62715d49c9930442869121d9f963995f3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 25 Jun 2018 14:58:11 +0200 Subject: [PATCH] cleanup devices --- usr/share/archboot/installer/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 823e1e8e1..6bf6d8ba4 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -1413,6 +1413,7 @@ autoprepare() { NAME_SCHEME_PARAMETER_RUN="" # switch for mbr usage set_guid + : >/tmp/.device-names DISCS=$(blockdevices) if [[ "$(echo ${DISCS} | wc -w)" -gt 1 ]]; then DIALOG --cr-wrap --msgbox "Available Disks:\n\n$(_getavaildisks)\n" 0 0