Skip to content
Snippets Groups Projects
README.md 1.09 KiB
Newer Older
Nikolai.Hartmann's avatar
Nikolai.Hartmann committed
# Files/Directories

- [/etc/systemd/nspawn/xcache.nspawn](etc/systemd/nspawn/xcache.nspawn): configuration for lauching containers from the xcache image, e.g. bind mounts
- [/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.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)
Nikolai.Hartmann's avatar
Nikolai.Hartmann committed
- [/usr/local/bin/build_image.sh](usr/local/bin/build_image.sh): script to build a new image without mkosi
Nikolai.Hartmann's avatar
Nikolai.Hartmann committed
**Further information on the [wiki](https://gitlab.physik.uni-muenchen.de/etp-computing/xcache-nspawn-lrz/-/wikis/home)**