Re: 2.2.9 patch for Motorola support.
From: David De Ridder <hidden>
Date: 1999-06-08 16:26:08
I have a suggestion for your PRePboot patches. (I don't know whether you've already incorporated it in the latest patch, since I don't have access to the patched source tree right now). It's something that could make people using root NFS on MVME boards (like the MVME230x series) happy and their lives easier ;-) You could do something like (in pseudo-C) : #ifdef CONFIG_ROOT_NFS strcpy(kernelarguments,"console=ttyS0 root=/dev/nfs"); #else strcpy(kernelarguments,"console=ttyS0"); #endif As I said, I don't have the sources right now, but I think you see what I mean. This way people who use NFS for their root file system do not have to type "root=/dev/nfs". It's hardly a 'patch', but it could make life easier... Kind regards, +-----------------------------------------------------------------+ David 'Septimus' De Ridder [off-list ref] "I want you to find happiness." - Marilyn Monroe in 'Gentlemen prefer Blondes' +-----------------------------------------------------------------+ [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]]