sysext need to be unmerged before sysupdate can be used. https://github.com/systemd/systemd/pull/36617/ fix in main but not backported to stable yet.
This commit is contained in:
parent
d42406c6dc
commit
c883ff1cb2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ runCommand pname {
|
|||
SYSTEMD_REPART_MKFS_OPTIONS_EROFS = "--all-root -zlz4hc,12 -C1048576 -Efragments,dedupe,ztailpacking";
|
||||
};
|
||||
|
||||
kernelCmdLine = "console=ttyS0 systemd.volatile=overlay patos.secureboot=${secureBoot}";
|
||||
kernelCmdLine = "console=ttyS0 patos.secureboot=${secureBoot}";
|
||||
}
|
||||
''
|
||||
mkdir -p $out/init.repart.d $out/final.repart.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue