On Monday 03 December 2007 09:01, saravanan chanemouganandam wrote: > Hi, > > I have finally built the toolchain and rootfs using buildroot for the arm > target. Using init=/bin/ash I endup with the prompt. Now, I have a small > problem in using "sysvinit" built with the busybox package to use run level > configurations.
Sidenote: busybox init doesn't support runlevels. It's not my idea to make it so, but I agree with it. SysV init's runlevels was a wrong design decision in the first place. > The init starts well and uses /etc/inittab but doesn't run > the /etc/init.d/rcS script. Is it similar to http://busybox.net/bugs/view.php?id=1244 ? > I have replaced buildoot /etc with existing > /etc to incude run levels. Just replacing /etc scripts cannot make runlevels work. You need different init (not busybox's one). > IP-Config: Complete:device=eth0, addr=192.168.6.243, mask=255.255.255.0, > gw=192.168.6.1,host=cm-x270, domain=, > nis-domain=(none),bootserver=192.168.6.1, rootserver=192.168.6.1, > rootpath=Looking up port of RPC 100003/2 on 192.168.6.1Looking up port of > RPC 100005/1 on 192.168.6.1VFS: Mounted root (nfs filesystem).Freeing init > memory: 108KINIT: version 2.86 bootingINIT: Entering runlevel: 2 Debian > GNU/Linux 3.1 ttySA0 login: rootPassword: any idea why init doesn't > starts the rcS script. (Something is wrong with mail program you are using. It all looksjumbledtogether.) If you will show your /etc/inittab and /etc/*rc_scripts_you_are_using*, somebody on the list may have easier time trying to reproduce it. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
