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