On Sun, Sep 6, 2015 at 9:10 PM, Bill Pretty <[email protected]> wrote: > Thanks William. > > > > I checked out: > > http://without-systemd.org/wiki/index.php/How_to_remove_systemd_from_a_Debian_jessie/sid_installation > > and it looks like I would have to change this line in uEnv.txt > > uname_r=3.8.13-bone70 > #dtb= > cmdline=quiet init=/lib/systemd/systemd ß to something else ?
Well based on ^ that it's wheezy... just do: cmdline=quiet init=/lib/systemd/systemd to: #cmdline=quiet init=/lib/systemd/systemd for no more systemd in "wheezy".. However for "Jessie" or later, it'll take more work. Personally, systemd has been more useful then painful.. (just enough :) ) Regards, -- Robert Nelson https://rcn-ee.com/ -- 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.
