Hi,
As documented in HACKING.md, add `ExtraSearchPaths=build` to
mkosi.local.conf in the [Host] section to have mkosi use executables
from the systemd build directory.
Cheers,
Daan
On Thu, 21 Nov 2024 at 18:04, Vishwanath Chandapur wrote:
>
> Hi,
>
> I am attempting to build the latest version
21.11.2024 20:47, Phillip Susi wrote:
Andrei Borzenkov writes:
commit 142b8142d7bb84f07ac33fc00527a4d48ac8ef9f
Author: Tom Yan
Date: Wed Jan 9 23:35:24 2019 +0800
mount/generators: do not make unit wanted by its device unit
As device units will be reloaded by systemd whenever th
Andrei Borzenkov writes:
> commit 142b8142d7bb84f07ac33fc00527a4d48ac8ef9f
> Author: Tom Yan
> Date: Wed Jan 9 23:35:24 2019 +0800
>
> mount/generators: do not make unit wanted by its device unit
>
> As device units will be reloaded by systemd whenever the
> corresponding device genera
Hi,
I am attempting to build the latest version of *systemd* using *mkosi* *build
*to create a bootable image, but I am encountering an error during the
process.
Am I doing anything wrong here?
Build system: Fedora 39
Commands used:
git clone https://github.com/systemd/mkosi.git
ln -s $PWD/mkosi
On Thu, Nov 21, 2024 at 2:45 PM Lennart Poettering
wrote:
> On Do, 21.11.24 14:35, Itxaka Serrano Garcia (
> itxaka.gar...@spectrocloud.com) wrote:
>
> > Hey folks,
> >
> > we are currently implementing systemd-boot boot assessment on Kairos,
> where
> > we have a few entries under /loader/entrie
On Do, 21.11.24 14:35, Itxaka Serrano Garcia (itxaka.gar...@spectrocloud.com)
wrote:
> Hey folks,
>
> we are currently implementing systemd-boot boot assessment on Kairos, where
> we have a few entries under /loader/entries/
>
> We made it so they start at threes tries so the config fails are for
Hey folks,
we are currently implementing systemd-boot boot assessment on Kairos, where
we have a few entries under /loader/entries/
We made it so they start at threes tries so the config fails are for
example active+3.conf
On boot, we can see the filename renamed properly to active+2-1.conf unti
On Tue, Nov 19, 2024 at 09:49:57AM GMT, Theodore Ts'o wrote:
> The O_DIRECT read isn't a magic bullet.
Hmm... the nice thing about this patch is that it only uses O_DIRECT
when necessary (if the ordinary method fails). This means that it does
not add complexity or overhead to regular FS probing.