Bug #28521
Default kickstart places log to /mnt/sysimage/root/install.post.log
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
Description of problem:
In %post section we are already in chrooted environment. So --log /mnt/sysimage/root/install.post.log will create log file with this path in the actual OS file structure.
It should be directing logs to /root/install.post.log as we did prior.
Related issues
Associated revisions
History
#1
Updated by Lukas Zapletal over 3 years ago
- Pull request https://github.com/theforeman/community-templates/pull/672 added
#2
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Category set to Templates
- Project changed from Templates to Foreman
#3
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7973 added
#4
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.4.0 added
#5
Updated by Lukas Zapletal over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|bb4633bcd4facc339a8099f4a8e89312323d8b61.
#6
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Related to Bug #32372: Wrong destination path for pre section logs in kickstart_default template added
Fixes #28521 - log location, pre/post, dynamic layout
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>