On Wed, 2003-06-04 at 17:09, Thomas Winischhofer wrote: > Michel D�nzer wrote: > >>In fstab, I have (like on all my x86 machines) > >> > >>proc /proc proc defaults 0 0 > >> > >>What the heck...? > > > > > > I have > > > > none /proc proc defaults 0 0 > > ^^^^ > > but I don't expect that to make a difference? You may have to boot with > > init=/bin/sh and start each init script manually to see what's going on. > > Hm. How do I know the order of scripts like checkroot.sh etc? The > rc2.d/* files are clear, but the others...?
Whenever I've had to boot with init=/bin/sh, I did something like for i in /etc/rcS.d/S*; do $i start; done afterwards for the rcS scripts and then switched to runlevel 2 normally. -- Earthling Michel D�nzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer

