Some checks failed
Checks / Spelling (push) Has been cancelled
Checks / Python Linters (push) Has been cancelled
Checks / Shell Linters (push) Has been cancelled
Checks / 📦 Packit config lint (push) Has been cancelled
Checks / 🔍 Check for valid snapshot urls (push) Has been cancelled
Checks / 🔍 Check JSON files for formatting consistency (push) Has been cancelled
Generate / Documentation (push) Has been cancelled
Generate / Test Data (push) Has been cancelled
Tests / Unittest (push) Has been cancelled
Tests / Assembler test (legacy) (push) Has been cancelled
Tests / Smoke run: unittest as normal user on default runner (push) Has been cancelled
75 lines
No EOL
1.3 KiB
JSON
75 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "debian-atomic-minimal",
|
|
"description": "Debian Atomic Minimal System",
|
|
"version": "1.0.0",
|
|
"distro": "debian-bookworm",
|
|
"arch": "amd64",
|
|
"packages": [
|
|
{
|
|
"name": "libsystemd0"
|
|
},
|
|
{
|
|
"name": "libc6"
|
|
},
|
|
{
|
|
"name": "systemd"
|
|
},
|
|
{
|
|
"name": "systemd-sysv"
|
|
},
|
|
{
|
|
"name": "libostree-1-1"
|
|
},
|
|
{
|
|
"name": "libglib2.0-0"
|
|
},
|
|
{
|
|
"name": "ostree"
|
|
},
|
|
{
|
|
"name": "linux-image-6.1.0-13-amd64"
|
|
},
|
|
{
|
|
"name": "linux-firmware"
|
|
},
|
|
{
|
|
"name": "linux-image-amd64"
|
|
}
|
|
],
|
|
"modules": [],
|
|
"groups": [],
|
|
"customizations": {
|
|
"user": [
|
|
{
|
|
"name": "debian",
|
|
"description": "Debian atomic user",
|
|
"password": "$6$rounds=656000$debian$atomic.system.user",
|
|
"home": "/home/debian",
|
|
"shell": "/bin/bash",
|
|
"groups": [
|
|
"wheel",
|
|
"sudo"
|
|
],
|
|
"uid": 1000,
|
|
"gid": 1000
|
|
}
|
|
],
|
|
"services": {
|
|
"enabled": [
|
|
"sshd",
|
|
"systemd-networkd",
|
|
"systemd-resolved"
|
|
],
|
|
"disabled": [
|
|
"systemd-timesyncd"
|
|
]
|
|
},
|
|
"kernel": {
|
|
"append": "ostree=/ostree/boot.1/debian/bookworm/0"
|
|
}
|
|
},
|
|
"ostree": {
|
|
"ref": "debian/bookworm/minimal",
|
|
"parent": "debian/bookworm/base"
|
|
}
|
|
} |