mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-16 00:27:37 +00:00
42 lines
676 B
JSON
42 lines
676 B
JSON
{
|
|
"hostname": {
|
|
"transient": "%%NODENAME%%",
|
|
"static": "%%NODENAME%%"
|
|
},
|
|
"root": {
|
|
"password": "%%ROOTPASSWORD%%",
|
|
"hashedPassword": true
|
|
},
|
|
"software": {
|
|
"patterns": [
|
|
"selinux"
|
|
],
|
|
"packages": []
|
|
},
|
|
"product": {
|
|
"id": "openSUSE_Leap"
|
|
},
|
|
"storage": {
|
|
"drives": [
|
|
{
|
|
"search": "%%INSTALLDISK%%",
|
|
"partitions": [
|
|
{
|
|
"search": "*",
|
|
"delete": true
|
|
},
|
|
{
|
|
"generate": "default"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"localization": {
|
|
"language": "%%LOCALE%%",
|
|
"keyboard": "%%KEYMAP%%",
|
|
"timezone": "%%TIMEZONE%%"
|
|
}
|
|
}
|
|
|