rename io.weldr to org.osbuild (#39)
This commit is contained in:
parent
265968f5c6
commit
f4862457a3
22 changed files with 20 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "base",
|
||||
"stages": [
|
||||
{
|
||||
"name": "io.weldr.dnf",
|
||||
"name": "org.osbuild.dnf",
|
||||
"options": {
|
||||
"releasever": "30",
|
||||
"repos": {
|
||||
|
|
|
|||
|
|
@ -3,19 +3,19 @@
|
|||
"base": "1f663f817473ffa5b01241b17adbd71bc734962313f5d4eef230073c0ac5884e",
|
||||
"stages": [
|
||||
{
|
||||
"name": "io.weldr.script",
|
||||
"name": "org.osbuild.script",
|
||||
"options": {
|
||||
"script": "echo root | passwd --stdin root; echo 'SELINUX=disabled' > /etc/selinux/config;"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.script",
|
||||
"name": "org.osbuild.script",
|
||||
"options": {
|
||||
"script": "mkdir -p /var/web; echo 'hello, world!' > /var/web/index; echo -e \"[Unit]\\nDescription=Testing web server\\nAfter=network.target\\n\\n[Service]\\nType=simple\\nExecStart=python3 -m http.server 8888\\nWorkingDirectory=/var/web/\\n\\n[Install]\\nWantedBy=multi-user.target\" > /etc/systemd/system/web-server.service;"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.systemd",
|
||||
"name": "org.osbuild.systemd",
|
||||
"options": {
|
||||
"enabled_services": [
|
||||
"NetworkManager",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.grub2",
|
||||
"name": "org.osbuild.grub2",
|
||||
"options": {
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"partition_table_id": "0xdeadbeef"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "base-qcow2",
|
||||
"base": "552b5555bdf64c5e19bf4ca8a709da37fb3046678643a8f8499297b6dd95c7e7",
|
||||
"assembler": {
|
||||
"name": "io.weldr.qcow2",
|
||||
"name": "org.osbuild.qcow2",
|
||||
"options": {
|
||||
"filename": "base.qcow2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "all",
|
||||
"stages": [
|
||||
{
|
||||
"name": "io.weldr.dnf",
|
||||
"name": "org.osbuild.dnf",
|
||||
"options": {
|
||||
"releasever": "30",
|
||||
"repos": {
|
||||
|
|
@ -20,19 +20,19 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.script",
|
||||
"name": "org.osbuild.script",
|
||||
"options": {
|
||||
"script": "echo root | passwd --stdin root; echo 'SELINUX=disabled' > /etc/selinux/config;"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.script",
|
||||
"name": "org.osbuild.script",
|
||||
"options": {
|
||||
"script": "mkdir -p /var/web; echo 'hello, world!' > /var/web/index; echo -e \"[Unit]\\nDescription=Testing web server\\nAfter=network.target\\n\\n[Service]\\nType=simple\\nExecStart=python3 -m http.server 8888\\nWorkingDirectory=/var/web/\\n\\n[Install]\\nWantedBy=multi-user.target\" > /etc/systemd/system/web-server.service;"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.systemd",
|
||||
"name": "org.osbuild.systemd",
|
||||
"options": {
|
||||
"enabled_services": [
|
||||
"NetworkManager",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "io.weldr.grub2",
|
||||
"name": "org.osbuild.grub2",
|
||||
"options": {
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"partition_table_id": "0xdeadbeef"
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
],
|
||||
"assembler": {
|
||||
"name": "io.weldr.qcow2",
|
||||
"name": "org.osbuild.qcow2",
|
||||
"options": {
|
||||
"filename": "base.qcow2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue