Run Calamares in debug mode
This commit is contained in:
parent
b8dd115cad
commit
3f3f9fb2ac
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
calamares-settings-tileos-sway (1.1~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Run Calamares in debug mode
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Wed, 05 Apr 2023 22:20:12 +0400
|
||||||
|
|
||||||
calamares-settings-tileos-sway (1.0~tileos) unstable; urgency=medium
|
calamares-settings-tileos-sway (1.0~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial upload
|
* Initial upload
|
||||||
|
|
|
@ -8,7 +8,7 @@ sudo mv /etc/fstab /etc/fstab.orig.calamares
|
||||||
|
|
||||||
# Access control to run calamares as root for xwayland
|
# Access control to run calamares as root for xwayland
|
||||||
xhost +si:localuser:root
|
xhost +si:localuser:root
|
||||||
pkexec calamares
|
pkexec calamares -d -style Fusion
|
||||||
xhost -si:localuser:root
|
xhost -si:localuser:root
|
||||||
|
|
||||||
# Restore stale fstab, for what it's worth
|
# Restore stale fstab, for what it's worth
|
||||||
|
|
Loading…
Add table
Reference in a new issue