Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Strange behaviour of inittab
@ 2011-01-18 17:55 ANDY KENNEDY
  2011-01-18 18:05 ` Lionel Landwerlin
  0 siblings, 1 reply; 6+ messages in thread
From: ANDY KENNEDY @ 2011-01-18 17:55 UTC (permalink / raw)
  To: buildroot

I'm on drugs, sorry if this post is illegible.

The original inittab included by BuildRoot looked like this:

# Startup the system
::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mkdir -p /dev/pts
::sysinit:/bin/mount -a

Anyone else have a problem with this?  On my mips, I have an NFS mounted
RFS.  With the above configuration, I cannot get the system to remount
because proc is not mounted (apparently this version of BusyBox mount
requires proc????).

The fix I have done is to reverse the mounting/remounting of proc and
the RFS as follows:

# Startup the system
::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts
::sysinit:/bin/mount -a


The question I have is should we change the inittab from within
BuildRoot or is there really only a problem with something in my
configuration?


Andy

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-21 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 17:55 [Buildroot] Strange behaviour of inittab ANDY KENNEDY
2011-01-18 18:05 ` Lionel Landwerlin
2011-01-18 18:26   ` ANDY KENNEDY
2011-01-21  3:41   ` [Buildroot] [PATCH] " ANDY KENNEDY
2011-01-27 18:10   ` [Buildroot] [BuildRoot][PATCH] Resubmit Strange behavior " ANDY KENNEDY
2011-02-21 22:31     ` [Buildroot] [PATCH] " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox