From 072c709db182c04b6a75949157e95ab397afe236 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 20 Nov 2023 12:32:53 -0600 Subject: [PATCH] Copy the Calamares log from the right place --- debian/changelog | 7 +++++++ lubuntu/calamares-logs-helper | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 991ef5c..696e30a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:24.04.7) noble; urgency=medium + + * Copy the Calamares installation log file from $HOME rather than /root. + (LP: #2044006) + + -- Aaron Rainbolt Mon, 20 Nov 2023 12:21:41 -0600 + calamares-settings-ubuntu (1:24.04.6) noble; urgency=medium * Use sudo -E to launch Calamares so that Lubuntu theming is preserved. diff --git a/lubuntu/calamares-logs-helper b/lubuntu/calamares-logs-helper index 0be2e28..56e3424 100755 --- a/lubuntu/calamares-logs-helper +++ b/lubuntu/calamares-logs-helper @@ -6,7 +6,7 @@ root=$1 install_dir=$root/var/log/installer [ -d $install_dir ] || mkdir -p $install_dir -cp /root/.cache/calamares/session.log $install_dir/debug +cp $HOME/.cache/calamares/session.log $install_dir/debug cp /cdrom/.disk/info $install_dir/media-info cp /var/log/casper.log $install_dir/casper.log