[dev] Re: [dev] sinit umount problem

2015-09-06 Thread Askar Safin
Hi. "Reexec init" is normal solution. It is used in sysvinit-based distros: every time init is updated, init reexecs itself. Also, probably the most beautiful solution is systemd's one: :) write special program, which unmounts file systems and then reboots/poweroffs the computer. Links: http:/

[dev] sinit umount problem

2015-09-06 Thread Balazs Kezes
Hey! Although I don't use sinit directly but I do use a very similar minimalistic init program in which I've managed to track down a problem. It seems sinit is also suffering from the same problem as I've seen no workarounds in it for this. Usually of one the last steps in shutdown/reboot phase i