diff options
| author | 2024-02-22 19:15:21 -0500 | |
|---|---|---|
| committer | 2024-02-22 19:15:21 -0500 | |
| commit | 749771647624e6be1f574fbf31b60aa0f90d0bbc (patch) | |
| tree | ca67892d9e4ce370187a16a620c5469afaf7f7d4 /platforms/vagrant.xml | |
| parent | 41c9052e0920b4246f38e27dc1751591b83d46a7 (diff) | |
| download | kiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.tar.gz kiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.zip | |
Reorganize configuration around Fedora teams
This realigns the configuration into separate files/folders that
would be modified by specific teams (e.g. WGs and SIGs).
Diffstat (limited to 'platforms/vagrant.xml')
| -rw-r--r-- | platforms/vagrant.xml | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/platforms/vagrant.xml b/platforms/vagrant.xml deleted file mode 100644 index 9c784ff..0000000 --- a/platforms/vagrant.xml +++ /dev/null @@ -1,64 +0,0 @@ -<image> - <profiles> - <profile name="VagrantCore" description="Vagrant core packages"> - <requires profile="CloudCore"/> - </profile> - <profile name="Cloud-Base-Vagrant-libvirt" description="Vagrant Base guest image for libvirt"> - <requires profile="VagrantCore"/> - </profile> - <profile name="Cloud-Base-Vagrant-VirtualBox" description="Vagrant Base guest image for VirtualBox"> - <requires profile="VagrantCore"/> - </profile> - </profiles> - <preferences profiles="Cloud-Base-Vagrant-libvirt"> - <type image="oem" filesystem="btrfs" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" devicepersistency="by-uuid" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" format="vagrant" fsmountoptions="compress=zstd:1" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora"> - <bootloader name="grub2" console="serial" timeout="1"/> - <size unit="G">5</size> - <vagrantconfig provider="libvirt" virtualsize="5"/> - <systemdisk> - <volume name="@root=root"/> - <volume name="home" parent="/"/> - <volume name="var" parent="/"/> - </systemdisk> - <oemconfig> - <oem-resize>false</oem-resize> - </oemconfig> - </type> - </preferences> - <preferences profiles="Cloud-Base-Vagrant-VirtualBox"> - <type image="oem" filesystem="btrfs" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" devicepersistency="by-uuid" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" format="vagrant" fsmountoptions="compress=zstd:1" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora"> - <bootloader name="grub2" console="serial" timeout="1"/> - <size unit="G">5</size> - <vagrantconfig provider="virtualbox" virtualbox_guest_additions_present="true" virtualsize="5"/> - <systemdisk> - <volume name="@root=root"/> - <volume name="home" parent="/"/> - <volume name="var" parent="/"/> - </systemdisk> - <oemconfig> - <oem-resize>false</oem-resize> - </oemconfig> - </type> - </preferences> - <users profiles="VagrantCore"> - <!-- Standard password for the vagrant user, used by all images --> - <user name="vagrant" groups="vagrant" password="vagrant" home="/home/vagrant" pwdformat="plain" /> - <user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/> - </users> - <packages type="image" patternType="plusRecommended" profiles="VagrantCore"> - <package name="dnf-yum"/> - <package name="rsync"/> - <package name="fuse-sshfs"/> - <package name="gdisk"/> - <package name="glibc-langpack-en"/> - </packages> - <packages type="image" patternType="plusRecommended" profiles="Cloud-Base-Vagrant-libvirt"> - <package name="qemu-guest-agent"/> - </packages> - <packages type="image" patternType="plusRecommended" profiles="Cloud-Base-Vagrant-VirtualBox"> - <package name="virtualbox-guest-additions"/> - </packages> - <packages type="uninstall" profiles="VagrantCore"> - <package name="cloud-init"/> - </packages> -</image> |