In uEnv.txt ##Enable systemd systemd=quiet init=/lib/systemd/systemd
You can comment out this whole line or remove the *init=/lib/systemd/systemd* bit to default back to sysv. A note here - I would just comment it out. Just in case you need it later, or you somehow muck things up by introducing Windows line feeds, etc. As to the location of the file . . . This will depend on which rootfs you're using. Newer rootfs's will be single partition and the file will be in /boot maybe ? But you can use ls to look in /, or /boot. DO note there are two uEnv.txt files. A first stage, and a second stage. If the above line is missing from the file do *NOT* edit the file unless you know what you're doing. As it is most likely the first stage file. Anyway, changing ##Enable systemd systemd=quiet init=/lib/systemd/systemd to ##Enable systemd *#systemd=quiet init=/lib/systemd/systemd* Will do the trick. On Fri, Aug 21, 2015 at 2:14 AM, Laurent Zudaire <[email protected]> wrote: > How to remove systemd safely and come back to sysvinit ? > > PS: debian wheezy console on Beaglebone Black RevC > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
