Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 22E907819A7 for <~alpine/users@lists.alpinelinux.org>; Thu, 14 May 2020 07:50:28 +0000 (UTC) X-Originating-IP: 81.14.30.15 Received: from [192.168.3.37] (15.30.14.81.rev.sfr.net [81.14.30.15]) (Authenticated sender: michel.piquemal@ipik.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 8E2FAC000E for <~alpine/users@lists.alpinelinux.org>; Thu, 14 May 2020 07:50:25 +0000 (UTC) From: spam@ipik.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.5\)) Subject: lbu commit: update a single file Message-Id: <690B874B-0696-4713-AE1B-D60BEC7F268D@ipik.org> Date: Thu, 14 May 2020 09:49:38 +0200 To: ~alpine/users@lists.alpinelinux.org X-Mailer: Apple Mail (2.3445.9.5) Hi, On a diskless mode install, I use lbu to keep my system in a given = state. I have a few files/directories outside of /etc included in my lbu = configuration. At some point, I want to update only one specific file, and would like = to avoid committing the whole thing again. I see lbu commit -d just does the whole database: How can I do just = one/a few files among them? Thanks!