mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
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
This commit is contained in:
parent
72240d9fa0
commit
a45f016346
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
calamares-settings-ubuntu (1:19.10.7) eoan; urgency=medium
|
||||
|
||||
* Set directory location of logs to lowercase Calamares.
|
||||
|
||||
-- Dan Simmons <kc2bez@lubuntu.me> Tue, 08 Oct 2019 19:13:24 -0400
|
||||
|
||||
calamares-settings-ubuntu (1:19.10.6) eoan; urgency=medium
|
||||
|
||||
* Clean up automirror module:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user