From 4d5aa76d0550546723a8d4e5bc1b4f60a135cf33 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Sat, 11 Jun 2022 15:58:54 -0400 Subject: [PATCH] Point to the right log file now that we start as root. --- debian/changelog | 1 + lubuntu/calamares-logs-helper | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4d1f2bb..0f6c350 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 11 Jun 2022 15:52:38 -0400 diff --git a/lubuntu/calamares-logs-helper b/lubuntu/calamares-logs-helper index d14de9f..0be2e28 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 /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