From 3f3f9fb2ac01b450ed27e98974f1304233290908 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Wed, 5 Apr 2023 22:20:48 +0400 Subject: [PATCH] Run Calamares in debug mode --- debian/changelog | 6 ++++++ install-tileos | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1be3b62..e9e0967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-sway (1.1~tileos) unstable; urgency=medium + + * Run Calamares in debug mode + + -- Aleksey Samoilov Wed, 05 Apr 2023 22:20:12 +0400 + calamares-settings-tileos-sway (1.0~tileos) unstable; urgency=medium * Initial upload diff --git a/install-tileos b/install-tileos index 32a9136..8dc4dad 100755 --- a/install-tileos +++ b/install-tileos @@ -8,7 +8,7 @@ sudo mv /etc/fstab /etc/fstab.orig.calamares # Access control to run calamares as root for xwayland xhost +si:localuser:root -pkexec calamares +pkexec calamares -d -style Fusion xhost -si:localuser:root # Restore stale fstab, for what it's worth