diff --git a/calamares/branding/tileos-sway/show.qml b/calamares/branding/tileos-sway/show.qml
index 81be54d..4149ce3 100644
--- a/calamares/branding/tileos-sway/show.qml
+++ b/calamares/branding/tileos-sway/show.qml
@@ -40,7 +40,7 @@ Presentation
Text {
anchors.horizontalCenter: background1.horizontalCenter
anchors.top: background1.bottom
- text: qsTr("Welcome to Debian GNU/Linux.
"+
+ text: qsTr("Welcome to TileOS 1.0 T-Rex.
"+
"The rest of the installation is automated and should complete in a few minutes.")
wrapMode: Text.WordWrap
width: 600
diff --git a/calamares/branding/tileos-sway/slide1.png b/calamares/branding/tileos-sway/slide1.png
index ca9f78f..2936b49 100644
Binary files a/calamares/branding/tileos-sway/slide1.png and b/calamares/branding/tileos-sway/slide1.png differ
diff --git a/calamares/modules/netinstall.yaml b/calamares/modules/netinstall.yaml
index ba24e0f..6433b4d 100644
--- a/calamares/modules/netinstall.yaml
+++ b/calamares/modules/netinstall.yaml
@@ -164,6 +164,7 @@
packages:
- alacritty
- aqemu
+ - corectrl
- cpu-x
- distrobox
- drm-info
@@ -178,6 +179,7 @@
- mate-terminal
- opensnitch
- qemu-system
+ - radeontop
- sakura
- system-config-printer
- terminator
diff --git a/debian/files b/debian/files
index 836999b..7851c2f 100644
--- a/debian/files
+++ b/debian/files
@@ -1,2 +1 @@
-calamares-settings-tileos-sway_1.5~tileos_all.deb utils optional
-calamares-settings-tileos-sway_1.5~tileos_amd64.buildinfo utils optional
+calamares-settings-tileos-sway_1.7~tileos_source.buildinfo utils optional
diff --git a/install-tileos b/install-tileos
index 0234aba..8dc4dad 100755
--- a/install-tileos
+++ b/install-tileos
@@ -1,4 +1,15 @@
#!/bin/sh
+###
+# Wrapper for running calamares on Debian live media
+###
-# Set GTK2 Qt plugin for Calamares. This fixes styling issues with dark Qt theme
-QT_QPA_PLATFORMTHEME=gtk2 sudo -E calamares -d
+# Stale file left behind by live-build that messes with partitioning
+sudo mv /etc/fstab /etc/fstab.orig.calamares
+
+# Access control to run calamares as root for xwayland
+xhost +si:localuser:root
+pkexec calamares -d -style Fusion
+xhost -si:localuser:root
+
+# Restore stale fstab, for what it's worth
+sudo mv /etc/fstab.orig.calamares /etc/fstab