On Mon, Jun 30, 2008 at 3:22 PM, Shaz <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 2:41 PM, Robert P. J. Day <[EMAIL PROTECTED]> > wrote: > > > > playing with an embedded ARM system, and to mount the root > > filesystem via NFS requires the parms: > > > > "... ip=dhcp nfsroot=<IP addr>:<mount point> ..." > > > > but the doc file Documentation/filesystems/nfsroot.txt mentions the > > additional parm "root=/dev/nfs". is this parm still required? i > > certainly don't seem to need it here -- using "nfsroot" seems to be > > sufficient. > It might mean that u have an entry in fstab or else /dev/xxx is needed. > > > > rday > > -- > > > > ======================================================================== > Robert P. J. Day > Linux Consulting, Training and Annoying Kernel Pedantry: > Have classroom, will lecture. > > http://crashcourse.ca Waterloo, Ontario, CANADA > ======================================================================== > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > Please read the FAQ at http://kernelnewbies.org/FAQ > >
it may helps you console=ttyRI2 ip=dhcp mem=256M root=/dev/nfs nfsroot=ipaddr:<rootfs path> rw > -- > Shaz > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > Please read the FAQ at http://kernelnewbies.org/FAQ > >
