From: pawel.moll@arm.com (Pawel Moll)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: vexpress_defconfig: Enable and automount devtmpfs filesystem
Date: Wed, 21 Aug 2013 11:46:50 +0100 [thread overview]
Message-ID: <1377082010.10707.6.camel@hornet> (raw)
In-Reply-To: <1377032563-4502-2-git-send-email-fathi.boudra@linaro.org>
On Tue, 2013-08-20 at 22:02 +0100, Fathi Boudra wrote:
> udev no longer creates device nodes under /dev and it has to be managed
> by the kernel devtmpfs filesystem.
>
> This means that a kernel built with the current config will not boot on
> a system with a recent udev:
>
> mount: mounting udev on /dev failed: No such device
> W: devtmpfs not available, falling back to tmpfs for /dev
>
> Also, it is good to have /dev automatically mounted since some
> non-initramfs based setups assumes this and don't manually mount it.
>
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
> arch/arm/configs/vexpress_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
> index f2de51f..3f970f1 100644
> --- a/arch/arm/configs/vexpress_defconfig
> +++ b/arch/arm/configs/vexpress_defconfig
> @@ -45,6 +45,8 @@ CONFIG_IP_PNP_BOOTP=y
> # CONFIG_IPV6 is not set
> # CONFIG_WIRELESS is not set
> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> +CONFIG_DEVTMPFS=y
This makes sense...
> +CONFIG_DEVTMPFS_MOUNT=y
... but I'm not so sure about this one. Normally it's up to the boot
scripts to decide when to mount the devtmpfs. And yes - I know it's
required to boot Ubuntu-based rootfs without initramfs, but that's
Ubuntu's problem, really.
> CONFIG_MTD=y
> CONFIG_MTD_CONCAT=y
> CONFIG_MTD_PARTITIONS=y
next prev parent reply other threads:[~2013-08-21 10:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-20 21:02 [PATCH 0/3] ARM: vexpress_defconfig: Allow to boot using a regular filesystem on SD card Fathi Boudra
2013-08-20 21:02 ` [PATCH 1/3] ARM: vexpress_defconfig: Enable and automount devtmpfs filesystem Fathi Boudra
2013-08-21 10:46 ` Pawel Moll [this message]
2013-08-21 19:11 ` Fathi Boudra
2013-08-20 21:02 ` [PATCH 2/3] ARM: vexpress_defconfig: Enable voltage regulator support Fathi Boudra
2013-08-21 10:48 ` Pawel Moll
2013-08-20 21:02 ` [PATCH 3/3] ARM: vexpress_defconfig: Enable ext4 filesystem Fathi Boudra
2013-08-21 9:05 ` [PATCH 0/3] ARM: vexpress_defconfig: Allow to boot using a regular filesystem on SD card Jon Medhurst (Tixy)
2013-08-21 10:51 ` Pawel Moll
2013-08-21 10:53 ` Russell King - ARM Linux
2013-08-21 22:57 ` Linus Walleij
2013-08-21 23:19 ` Christoffer Dall
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=1377082010.10707.6.camel@hornet \
--to=pawel.moll@arm.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).