We're not Neon (LP: #1783024).

This commit is contained in:
Simon Quigley 2018-07-22 21:13:53 -05:00
parent d3804fbe82
commit 8949483eeb
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
calamares-settings-ubuntu (12) UNRELEASED; urgency=critical
* We're not Neon (LP: #1783024).
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 22 Jul 2018 21:13:18 -0500
calamares-settings-ubuntu (11) cosmic; urgency=medium
* Add a machineid file.

View File

@ -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