Skip to content
Snippets Groups Projects
Commit 42f65433 authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
Browse files

update README.md

parent 1507f808
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,15 @@ created `/etc/grid-security/xrd/*` following https://twiki.cern.ch/twiki/bin/vie
## build new image
Before doing that, yum needs to be installed on the system and the file `~/.rpmmacros` needs to be created with the following content:
```
%_var /var
%_dbpath %{_var}/lib/rpm
```
The image is build with
```
singularity build "xcache.$(date +%F).img" xcache.singularity.def
```
......
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