All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/dhcpcd: create /var/db/dhcpcd
Date: Tue, 02 Feb 2021 16:40:36 +0100	[thread overview]
Message-ID: <87r1lyiikr.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20210201192420.1028680-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Mon, 1 Feb 2021 20:24:20 +0100")

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - https://bugs.buildroot.org/show_bug.cgi?id=13506

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 >  package/dhcpcd/dhcpcd.mk | 1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
 > index cb269f1138..81e87369ad 100644
 > --- a/package/dhcpcd/dhcpcd.mk
 > +++ b/package/dhcpcd/dhcpcd.mk
 > @@ -46,6 +46,7 @@ endef
 
 >  define DHCPCD_INSTALL_TARGET_CMDS
 >  	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install DESTDIR=$(TARGET_DIR)
 > +	mkdir -p $(TARGET_DIR)/var/db/dhcpcd

What is stored here? Does it need to persist over reboots? How should a
readonly rootfs be handled? Could we perhaps make it a symlink to /run
or similar?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2021-02-02 15:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 19:24 [Buildroot] [PATCH 1/1] package/dhcpcd: create /var/db/dhcpcd Fabrice Fontaine
2021-02-02 15:40 ` Peter Korsgaard [this message]
2021-02-02 17:03   ` Fabrice Fontaine
2021-02-02 17:58     ` Peter Korsgaard
2021-02-02 17:40   ` Nicolas Cavallari
2021-02-02 17:59     ` Peter Korsgaard

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=87r1lyiikr.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.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.