All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kristoffer Ericson <kristoffer.ericson@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] base-files: update fstab for jornada7xx
Date: Thu, 10 Feb 2011 23:06:02 +0100	[thread overview]
Message-ID: <20110210220602.GC11237@BoggieMan> (raw)
In-Reply-To: <AANLkTinDhX0fSSTNa9CuiFv7Ty_4D=5bOhvfHo8OgzQi@mail.gmail.com>

On Thu, Feb 10, 2011 at 09:29:34AM -0800, Khem Raj wrote:
> On Wed, Feb 9, 2011 at 12:23 PM, Filip Zyzniewski
> <filip.zyzniewski@gmail.com> wrote:
> > We use the scsi subsystem for PCMCIA ATA access, so device files are
> > /dev/sda*, not /dev/hda*.
> > See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
> 
> is this always going to be the case ? IOW what if someone does not use
> inux-jlime-jornada7xx-2.6.34+git recipe
> 

Yes, theres no advantage in using hdX for the j7xx and the vanilla
kernel should work fine unless using very old kernel which also has no advantage.
It will therefore work fine for vanilla users also.

> >
> > Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
> 
> 
> 
> > ---
> >  recipes/base-files/base-files/jornada7xx/fstab |    6 +++---
> >  1 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/recipes/base-files/base-files/jornada7xx/fstab b/recipes/base-files/base-files/jornada7xx/fstab
> > index f0c23d9..a06a1b6 100644
> > --- a/recipes/base-files/base-files/jornada7xx/fstab
> > +++ b/recipes/base-files/base-files/jornada7xx/fstab
> > @@ -1,7 +1,7 @@
> >  proc           /proc   proc    defaults                0  0
> > -/dev/hda2       /       ext2    defaults                0  0
> > -/dev/hda1      /mnt/cf auto    defaults,sync,noauto    0  0
> > -/dev/hda3       none    swap    sw                      0  0
> > +/dev/sda2       /       ext2    defaults                0  0
> > +/dev/sda1      /mnt/cf auto    defaults,sync,noauto    0  0
> > +/dev/sda3       none    swap    sw                      0  0
> >  tmpfs          /var/volatiles  tmpfs   defaults                0  0
> >  tmpfs          /mnt/ram        tmpfs   defaults        0  0
> >  tmpfs                /dev/shm             tmpfs      mode=0777             0  0
> > --
> > 1.7.1
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >



  reply	other threads:[~2011-02-10 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-09 20:23 [PATCH] base-files: update fstab for jornada7xx Filip Zyzniewski
2011-02-10 17:29 ` Khem Raj
2011-02-10 22:06   ` Kristoffer Ericson [this message]
2011-02-10 22:05 ` Kristoffer Ericson
2011-02-11 13:44 ` Filip Zyzniewski
2011-02-11 14:39   ` Tom Rini
2011-02-11 17:55     ` Filip Zyzniewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110210220602.GC11237@BoggieMan \
    --to=kristoffer.ericson@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.