From a45f0163460c564285add13d5459a95a58c57592 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Wed, 9 Oct 2019 15:00:06 -0500 Subject: [PATCH] Calamares is not capitalized Summary: Directory location of Calamares logs is not capitalized. This follows new Calamares version 3.2.14 Test Plan: Make sure install process copies log files to installed system correctly. Reviewers: tsimonq2, wxl Reviewed By: tsimonq2 Differential Revision: https://phab.lubuntu.me/D51 --- debian/changelog | 6 ++++++ lubuntu/calamares-logs-helper | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b511847..d5373c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:19.10.7) eoan; urgency=medium + + * Set directory location of logs to lowercase Calamares. + + -- Dan Simmons Tue, 08 Oct 2019 19:13:24 -0400 + calamares-settings-ubuntu (1:19.10.6) eoan; urgency=medium * Clean up automirror module: diff --git a/lubuntu/calamares-logs-helper b/lubuntu/calamares-logs-helper index dc524ae..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/lubuntu/.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