All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kristoffer Ericson <kristoffer.ericson@gmail.com>
To: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] base-files: update fstab for jornada7xx
Date: Thu, 10 Feb 2011 23:05:06 +0100	[thread overview]
Message-ID: <20110210220506.GA11237@BoggieMan> (raw)
In-Reply-To: <1297282989-7580-1-git-send-email-filip.zyzniewski@gmail.com>

On Wed, Feb 09, 2011 at 09:23:09PM +0100, Filip Zyzniewski 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.

Applied, Thx

> 
> 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



  parent reply	other threads:[~2011-02-10 21:04 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
2011-02-10 22:05 ` Kristoffer Ericson [this message]
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=20110210220506.GA11237@BoggieMan \
    --to=kristoffer.ericson@gmail.com \
    --cc=filip.zyzniewski@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.