mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-03 23:31:08 +00:00
Copy the Calamares log from the right place
This commit is contained in:
parent
14c632b6d5
commit
072c709db1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <arraybolt3@ubuntu.com> 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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user