Skip to content

Commit adb111c

Browse files
committed
add support for extra_images_file
1 parent 2604531 commit adb111c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

contribute.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ using qemu/kvm.
6969
* Use yum or dnf to install `standard-test-roles-inventory-qemu`
7070
* Download the config file to `~/.config/linux-system-roles.json` from [here](https://raw.githubusercontent.com/linux-system-roles/linux-system-roles.github.io/master/download/linux-system-roles.json)
7171

72+
NOTE: linux-system-roles.json has support for `extra_images_file` - if you have additional images defined in
73+
another file, copy that file to `~/.config/extra-images.json`.
74+
7275
Assuming you are in a git clone of a role repo which has a `tox.ini` file - you can use e.g.
7376

7477
```

download/linux-system-roles.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,6 @@
226226
}
227227
]
228228
}
229-
]
229+
],
230+
"extra_images_file": "extra-images.json"
230231
}

0 commit comments

Comments
 (0)