From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] wandboard: Use ext4 rootfs type
Date: Sun, 11 Sep 2016 21:57:04 +0200 [thread overview]
Message-ID: <20160911215704.6b0cfe00@free-electrons.com> (raw)
In-Reply-To: <1473622926-5476-1-git-send-email-festevam@gmail.com>
Hello,
On Sun, 11 Sep 2016 16:42:03 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Use ext4 rootfs type instead of ext2, as it is more reliable.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit log is incorrect: the ext4 filesystem is already used.
Indeed, the ext4 image is a symlink to the ext2 image, and the ext2
image is in fact an ext4 image:
-rw-r--r-- 1 thomas thomas 3763200 sept. 11 21:54 rootfs.ext2
lrwxrwxrwx 1 thomas thomas 11 sept. 11 21:54 rootfs.ext4 -> rootfs.ext2
So, using the .ext4 image is probably a good idea, but the commit log
should reflect that.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2016-09-11 19:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-11 19:42 [Buildroot] [PATCH 1/4] wandboard: Use ext4 rootfs type Fabio Estevam
2016-09-11 19:42 ` [Buildroot] [PATCH 2/4] wandboard: Use kernel version 4.7.3 Fabio Estevam
2016-09-11 19:58 ` Thomas Petazzoni
2016-09-11 19:42 ` [Buildroot] [PATCH 3/4] wandboard: Use U-Boot 2016.07 Fabio Estevam
2016-09-11 19:58 ` Thomas Petazzoni
2016-09-11 19:42 ` [Buildroot] [PATCH 4/4] wandboard: Select required host tools for SD card generation Fabio Estevam
2016-09-11 19:58 ` Thomas Petazzoni
2016-09-11 19:57 ` Thomas Petazzoni [this message]
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=20160911215704.6b0cfe00@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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.