From 786c957e66a04255ae24578b06da71fdb39d2145 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Tue, 23 Jun 2026 15:21:41 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20live=5Fpath=20detection:=20/run/miso=20?= =?UTF-8?q?=E2=86=92=20/run/archiso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The welcome app checked /run/miso/bootmnt/antergos-next to detect live ISO, but the NeXT ISO uses archiso standard /run/archiso/bootmnt. Changed live_path to /run/archiso/bootmnt which always exists on archiso-based live environments. --- data/preferences.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/preferences.json b/data/preferences.json index 45448a0..8c13a45 100644 --- a/data/preferences.json +++ b/data/preferences.json @@ -5,7 +5,7 @@ "desktop_path": "/usr/share/applications/antergos-welcome.desktop", "gnometour_path": "/usr/bin/gnome-tour", "installer_path": "/usr/bin/calamares-next", - "live_path": "/run/miso/bootmnt/antergos-next", + "live_path": "/run/archiso/bootmnt", "locale_path": "/usr/share/locale", "logo_path": "/usr/share/icons/hicolor/64x64/apps/antergos-next.png", "plasmawelcome_path": "/usr/bin/plasma-welcome",