test/data: create core user via kickstart
Create the users via the new users support that was added to the kickstart stage, instead of having them in the OSTree commit.
This commit is contained in:
parent
9d3c420a38
commit
c77170a924
2 changed files with 20 additions and 28 deletions
|
|
@ -790,19 +790,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "org.osbuild.users",
|
|
||||||
"options": {
|
|
||||||
"users": {
|
|
||||||
"root": {
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
"core": {
|
|
||||||
"password": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "org.osbuild.ostree.preptree",
|
"type": "org.osbuild.ostree.preptree",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1722,7 +1709,8 @@
|
||||||
"kickstart-modules": [
|
"kickstart-modules": [
|
||||||
"org.fedoraproject.Anaconda.Modules.Network",
|
"org.fedoraproject.Anaconda.Modules.Network",
|
||||||
"org.fedoraproject.Anaconda.Modules.Payloads",
|
"org.fedoraproject.Anaconda.Modules.Payloads",
|
||||||
"org.fedoraproject.Anaconda.Modules.Storage"
|
"org.fedoraproject.Anaconda.Modules.Storage",
|
||||||
|
"org.fedoraproject.Anaconda.Modules.Users"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -1742,6 +1730,14 @@
|
||||||
"url": "file:///ostree/repo",
|
"url": "file:///ostree/repo",
|
||||||
"ref": "fedora/x86_64/osbuild",
|
"ref": "fedora/x86_64/osbuild",
|
||||||
"gpg": false
|
"gpg": false
|
||||||
|
},
|
||||||
|
"users": {
|
||||||
|
"core": {
|
||||||
|
"password": "edge",
|
||||||
|
"groups": [
|
||||||
|
"wheel"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -171,19 +171,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "org.osbuild.users",
|
|
||||||
"options": {
|
|
||||||
"users": {
|
|
||||||
"root": {
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
"core": {
|
|
||||||
"password": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "org.osbuild.ostree.preptree",
|
"type": "org.osbuild.ostree.preptree",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -493,7 +480,8 @@
|
||||||
"kickstart-modules": [
|
"kickstart-modules": [
|
||||||
"org.fedoraproject.Anaconda.Modules.Network",
|
"org.fedoraproject.Anaconda.Modules.Network",
|
||||||
"org.fedoraproject.Anaconda.Modules.Payloads",
|
"org.fedoraproject.Anaconda.Modules.Payloads",
|
||||||
"org.fedoraproject.Anaconda.Modules.Storage"
|
"org.fedoraproject.Anaconda.Modules.Storage",
|
||||||
|
"org.fedoraproject.Anaconda.Modules.Users"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -517,6 +505,14 @@
|
||||||
"mpp-format-string": "{ref}"
|
"mpp-format-string": "{ref}"
|
||||||
},
|
},
|
||||||
"gpg": false
|
"gpg": false
|
||||||
|
},
|
||||||
|
"users": {
|
||||||
|
"core": {
|
||||||
|
"password": "edge",
|
||||||
|
"groups": [
|
||||||
|
"wheel"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue