Fix live_path detection: /run/miso → /run/archiso

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.
This commit is contained in:
2026-06-23 15:21:41 +02:00
parent 45cc57f4a5
commit 786c957e66
+1 -1
View File
@@ -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",