Skip to content
Snippets Groups Projects
Commit 28cec063 authored by Nikolai Hartmann's avatar Nikolai Hartmann
Browse files

update README

parent 3b300a84
No related branches found
No related tags found
Loading
......@@ -4,7 +4,7 @@
- [/etc/pki/rpm-gpg](etc/pki/rpm-gpg), [/etc/yum.repos.d](etc/yum.repos.d): yum repositories and gpg keys on the host system - used by dnf to build new images
- [/var/local/mkosi](var/local/mkosi): build dir to make new images with mkosi
- [mkosi.default](var/local/mkosi/mkosi.default): image definition file (distribution, packages)
- [mkosi.extra](var/local/mkosi/mkosi.extra): extra files/directories to be copied into the image (yum repos, [systemd service file](var/local/mkosi/mkosi.extra/etc/systemd/system/xcache.service))
- [mkosi.extra](var/local/mkosi/mkosi.extra): extra files/directories to be copied into the image (repositories and gpg keys for extra packages not in the default repositories)
- [mkosi.postinst](var/local/mkosi/mkosi.postinst): extra commands that are executed inside the container at the end (install extra packages not in the default repositories)
- [/usr/local/bin/build_image.sh](usr/local/bin/build_image.sh): script to build a new image without mkosi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment