mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-09 08:41:33 +00:00
Point to the right log file now that we start as root.
This commit is contained in:
parent
8f36ff486f
commit
4d5aa76d05
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
calamares-settings-ubuntu (1:22.10.4) UNRELEASED; urgency=medium
|
calamares-settings-ubuntu (1:22.10.4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Adjust desktop file to use pkexec so it starts.
|
* 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
|
-- 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
|
install_dir=$root/var/log/installer
|
||||||
[ -d $install_dir ] || mkdir -p $install_dir
|
[ -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 /cdrom/.disk/info $install_dir/media-info
|
||||||
cp /var/log/casper.log $install_dir/casper.log
|
cp /var/log/casper.log $install_dir/casper.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user