From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] base-files: Prefer ext4 > ext3 > ext2
Date: Thu, 19 Aug 2010 08:19:53 -0700 [thread overview]
Message-ID: <4C6D4B99.6000506@mentor.com> (raw)
In-Reply-To: <AANLkTinTOZLHAxskyt4gUqyERhZchiMaqeZGKvJPycgg@mail.gmail.com>
Frans Meulenbroeks wrote:
> 2010/8/19 Tom Rini <tom_rini@mentor.com>:
>> Have /etc/filesystems try and mount ext4 then ext3 then ext2
>>
>> Signed-off-by: Tom Rini <tom_rini@mentor.com>
>> ---
>> recipes/base-files/base-files/filesystems | 3 ++-
>> 1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/recipes/base-files/base-files/filesystems b/recipes/base-files/base-files/filesystems
>> index 653593a..10726c6 100644
>> --- a/recipes/base-files/base-files/filesystems
>> +++ b/recipes/base-files/base-files/filesystems
>> @@ -1,6 +1,7 @@
>> minix
>> fat
>> vfat
>> -ext2
>> +ext4
>> ext3
>> +ext2
>> *
>
> Is this the order in which they are tried?
> If so I would suggest reordering them according to likelihood (e.g. minix last)
We could also do that, yes. For sanity, I'd have changing behavior of
ext[234] done on its own.
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2010-08-19 15:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-18 22:58 [PATCH] base-files: Prefer ext4 > ext3 > ext2 Tom Rini
2010-08-19 5:56 ` Frans Meulenbroeks
2010-08-19 15:19 ` Tom Rini [this message]
2010-08-19 19:12 ` Frans Meulenbroeks
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=4C6D4B99.6000506@mentor.com \
--to=tom_rini@mentor.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.