All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegorslists@googlemail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Customize device creation
Date: Fri, 17 Sep 2010 10:20:05 +0200	[thread overview]
Message-ID: <AANLkTingPts2HHfEnGW8Jz6L7BSg+-BMU9NvQfD-0854@mail.gmail.com> (raw)
In-Reply-To: <4C8F4957.5030309@visionsystems.de>

> Create menu entry to select device creation method:
>
> - static method uses device table as before
> - devtmpfs method enables this feature in kernel
> - mdev method adds mdev starting script to the file system
> ?and selects mdev itself for installation
> - udev method selects udev for installation
>
> All dynamic methods are base on devtmpfs, so one doesn't
> need to care about /dev folder.

Found one issue: the device_table.txt creates also 4 folders in /etc/network

if-down.d/
if-post-down.d/
if-pre-up.d/
if-up.d/

so if one of the dynamic methods is chosen the folders won't be
created. Could these folders be added to fs/skeleton?

Regards,
Yegor

      reply	other threads:[~2010-09-17  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14 10:07 [Buildroot] [PATCH 1/1] Customize device creation Yegor Yefremov
2010-09-17  8:20 ` Yegor Yefremov [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=AANLkTingPts2HHfEnGW8Jz6L7BSg+-BMU9NvQfD-0854@mail.gmail.com \
    --to=yegorslists@googlemail.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.