Kyle Robbertze wrote: > > /init: line 398: logsave: not found > > > > The root filesystem on /dev/sda3 requires a manual fsck > > I was then dropped back in to the initramfs shell. After ensuring that > the file system was clean using fsck and rebooting, the same issue > occured. The solution was to use a live image to chroot into the system > and install logsave. The system then booted normally. > > Thus, the suggests on logsave should be replaced with a depends, as the > package is unusable without it.
Shouldn't initramfs-tools or (-core) then have the dependency on logsave? That is the package using it. e2fsprogs should have a breaks on the older version of initramfs-tools that doesn't have the dependency. I searched on codesearch.d.n for "\blogsave\b" and there don't seem other reverse dependencies that would break; sysvinit handles the case when logsave is not available. Ansgar