[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A8A7D38.5020201@gmail.com>
Date: Tue, 18 Aug 2009 12:06:48 +0200
From: Marco Stornelli <marco.stornelli@...il.com>
To: Robert Schwebel <r.schwebel@...gutronix.de>
CC: Johannes Stezenbach <js@...21.net>,
Denys Vlasenko <vda.linux@...glemail.com>,
linux-kernel@...r.kernel.org, linux-embedded@...r.kernel.org,
Arjan van de Ven <arjan@...ux.intel.com>,
Tim Bird <tim.bird@...sony.com>, kernel@...gutronix.de
Subject: Re: New fast(?)-boot results on ARM
Johannes Stezenbach wrote:
> On Fri, Aug 14, 2009 at 10:43:05PM +0200, Robert Schwebel wrote:
>> On Fri, Aug 14, 2009 at 10:04:57PM +0200, Denys Vlasenko wrote:
>>>> rsc@...be:~$ microcom | ptx_ts "U-Boot 2.0.0-rc9"
>
>>>> [ 7.137924] < 0.059316> starting udev
>>>> [ 7.147925] < 0.010001> mounting tmpfs at /dev
>>>> [ 7.182299] < 0.034374> creating static nodes
>>>> [ 7.410613] < 0.228314> starting udevd...done
>>>> [ 8.811097] < 1.400484> waiting for devices...done
>
> And suddenly devtmpfs sounds like a good idea ;-)
>
> We use static device nodes during boot, and later
> setup busybox mdev for hotplug.
>
>
> Johannes
>
Yeah, I agree, do you really need udevd, device file creation at every
start-up in /dev? Usually static devices nodes and mdev for hotplug are
enough or at least you could use a simple script to create only once
time the devices file (mdev -s). About the fs, do you really need a
rootfs with ubifs? I mean, you could "split" your fs. You could use a
read-only fs (SquashFS for example) for your root-fs, ubifs for
permanent storage data (mounted under /data for example) and a ram fs
for volatile data.
Marco
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists