Closed Mausy5043 closed 6 years ago
💡 I'm re-running the install now with eval chroot /rootfs /usr/bin/apt-get -y update 2>&1 | output_filter
ahead of the install.
It seems this was caused by apt-get
not having an up-to-date cache. Using apt-get update
before trying to install the package works.
I have this piece of code in my
post-install.txt
:The relevant part of the log shows this:
After the reboot I can install
syslog-ng
with no problems.Any ideas as to what might be causing this? Should I rather replace
rsyslog
bysyslog-ng
after the reboot or is there a fix that I am overlooking?