If you need systemd, you can install it.... but unless you need it, plain ole init works fine. but yea, the idea with a bare image in that you choose and install just what you need. so install what you need and go from there.
Eric On Mon, Jun 2, 2014 at 3:52 AM, Charles Kerr <[email protected]> wrote: > I have to agree, the small version debian version works great! I > installed it, put my build-essentials on, added the arm development, vim, > and ca-certificates. I am up and running, ssh'ing in and doing my > development. Plenty of room left on my 2Gb eemc. > > So this works fantastic! I haven't done any startup scripts or time > scanning, I am assuming I would have to do something like an apt-get > install systemd and an apt-get install nftp to get those setup? > > > On Sun, Jun 1, 2014 at 9:29 PM, Robert Nelson <[email protected]> > wrote: > >> > actually, for lack of hitting send immediately, I'm using the >> > >> https://rcn-ee.net/deb/flasher/wheezy/BBB-eMMC-flasher-debian-7.5-2014-05-15-2gb.img.xz >> > image and it's pretty sweet. only a couple hunderd MB used with lots of >> > space left (as it should be). The network even works with dhclient >> > preinstalled and running on eth0 so it gets assigned an address on my >> > network via dhcp and I can ssh in. Couple things I noticed as being >> > different though. first off one has to login as Debian:temppwd (no root >> > login, and password required), >> >> Yeap, out of the box it's a little more secure via personal >> preference. The beagleboard.org image has root enabled by default to >> help transition people from Angstrom.. >> >> You can get root back by: >> >> sudo passwd root >> >> (to disable) >> sudo passwd -l root >> >> I blanked out the root password, ssh, sudo/etc via: >> >> >> https://github.com/beagleboard/image-builder/blob/master/target/chroot/beagleboard.org.sh#L456 >> >> >> > sudo must be used (which one should probably >> > do anyway), and reboot/shutdown/halt/poweroff are all missing (probably >> for >> >> They exist, it's just that a normal user doesn't have /sbin/ in the >> path, i patched the bb.org image with: >> >> >> https://github.com/RobertCNelson/boot-scripts/blob/master/mods/debian-add-sbin-usr-sbin-to-default-path.diff >> >> So, "sudo reboot" works, but "reboot" doesn't. >> >> >> > lack of the systemd package) so the only means to reboot the machine is >> via >> > pulling the power plug (or possibly pressing reset which I didn't think >> of >> > until just now....) both of which require physical access to the >> machine. >> >> Regards, >> >> -- >> Robert Nelson >> http://www.rcn-ee.com/ >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "BeagleBoard" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/beagleboard/_9tGDtq9d4g/unsubscribe. >> To unsubscribe from this group and all its topics, 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. > -- 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.
