diff --git a/debian/changelog b/debian/changelog index 9fa6854..03e98af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (12) UNRELEASED; urgency=critical + + * We're not Neon (LP: #1783024). + + -- Simon Quigley Sun, 22 Jul 2018 21:13:18 -0500 + calamares-settings-ubuntu (11) cosmic; urgency=medium * Add a machineid file. diff --git a/lubuntu/calamares-logs-helper b/lubuntu/calamares-logs-helper index 414659f..d14de9f 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 /home/neon/.cache/calamares/session.log $install_dir/debug +cp /home/lubuntu/.cache/calamares/session.log $install_dir/debug cp /cdrom/.disk/info $install_dir/media-info cp /var/log/casper.log $install_dir/casper.log