Point to the right log file now that we start as root.

ubuntu/kinetic
Dan Simmons 2 years ago
parent 8f36ff486f
commit 4d5aa76d05

1
debian/changelog vendored

@ -1,6 +1,7 @@
calamares-settings-ubuntu (1:22.10.4) UNRELEASED; urgency=medium
* Adjust desktop file to use pkexec so it starts.
* Point to the right log file now that we start as root.
-- Dan Simmons <kc2bez@lubuntu.me> Sat, 11 Jun 2022 15:52:38 -0400

@ -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 /root/.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…
Cancel
Save