Bug #32372
closedWrong destination path for pre section logs in kickstart_default template
Description
Copying the pre section logs (/tmp/*pre*log
) to root of sysimage fails because of a wrong destination path:
cp -vf /tmp/*pre*log /tmp/sysimage/root/
/tmp/sysimage
does not exist. It should be /mnt/sysimage
.
This was introduced in #28521.
Updated by Anonymous about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ceb276fbe96b97770f5d292b1eadca0205a34a0a.
Updated by Lukas Zapletal about 4 years ago
- Status changed from Closed to New
There are two more occurrences of /tmp/sysimage so reopening to keep track of this. A customer just reported this today.
Updated by Martin Schlossarek about 4 years ago
Lukas Zapletal wrote:
There are two more occurrences of /tmp/sysimage so reopening to keep track of this. A customer just reported this today.
I also fixed the other two occurrences.
Actually I reported something different, but I also stumbled upon these incorrect paths. Don't know why the Red Hat Support refers to this issue now...
Kind regards,
the customer ;)