oneiric: progress status during boot-time fsck?
Nils Kassube
kassube at gmx.net
Fri Apr 13 15:01:58 UTC 2012
D. R. Evans wrote:
> It's been a long time since I looked at how Linux boots; where are
> the init scripts I should be looking at to make this change?
I searched with the command
sudo grep -lire fsck /etc
The relevant file is "/etc/init/mountall.conf". The fsck program isn't
called directly from the script but by the program /sbin/mountall and
that's why I suggested to change that program. I think you should
generate a new initrd with the command
sudo update-initramfs -c -k $(uname -r)
after changing the program to make it work at the next boot.
Nils
More information about the kubuntu-users
mailing list