diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-11-28 18:38:22 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-11-28 19:54:58 +0100 |
commit | bcb335ac681fa8f5e88b9b62493f5c901ac7a008 (patch) | |
tree | 1d5ebbe78013ff30b2a0cff940f20bdead74b6f4 /.gitignore | |
parent | boot: suffix SecureBoot message with newline (diff) | |
download | systemd-bcb335ac681fa8f5e88b9b62493f5c901ac7a008.tar.xz systemd-bcb335ac681fa8f5e88b9b62493f5c901ac7a008.zip |
Update to mkosi v19
- Use mkosi.images/ instead of mkosi.presets/
- Use the .chroot suffix to run scripts in the image
- Use BuildSources= match for the kernel build
- Move 10-systemd.conf to mkosi.conf and rely on mkosi.local.conf
for local configuration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index bb7223f51c..d666dc8ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -34,9 +34,7 @@ __pycache__/ /mkosi.installdir/ /mkosi.key /mkosi.crt -# Ignore any mkosi config files with "local" in the name -/mkosi.conf.d/**/*local*.conf -mkosi.conf +mkosi.local.conf /tags .dir-locals-2.el .vscode/ |