+++ Laurens Van Houtven [2009-08-22 01:15 +0200]: > How much of this stuff could I safely steal from wing-linux and > gizard? These two distros are Gentoo-based, but AFAIK Debian and > Gentoo's way of organizing initlevels is entirely different.
No idea. If you don't know what these files should look like on your device then just steal copies from Debian. The balloon3-config stuff can be seen here: http://balloonboard.org/cgi-bin/viewcvs.cgi/balloon/trunk/rootfs/debian/balloon3-config/ That package puts in new: /etc/hosts /etc/hostname /etc/apt/sources.list /etc/apt/preferences /etc/inittab /etc/fstab /etc/network/interfaces /etc/modules /etc/init.d/mountall.sh /etc/init.d/urandom /etc/dhcp3/dhclient.conf and does a few random things like set root password, turn off IPv6, make sh dash, and make urandom random. The only bit of this you _need_ to boot is probably the inittab and the fstab. hosts and hostname are also a good idea. The rest is our local config. Most devices will need some specific confg along these lines. Fixing the standard debian scripts to DTRT would be better than these config-machine packages, but something like fstab is always likely to be quite device-specific. Wookey -- Principal hats: iEndian - Balloonboard - Toby Churchill - Emdebian http://wookware.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

