linux-deployment-scripts/configs/ubuntu/noble_kde.json
2024-11-14 18:28:25 +01:00

20 lines
No EOL
610 B
JSON

{
"identifier": "ubuntu-noble-kde-amd64",
"rootfs_type": "download",
"download_link": "https://cdimage.ubuntu.com/ubuntu-base/noble/daily/current/noble-base-amd64.tar.gz",
"download_name": "noble-base-amd64.tar.gz",
"repositories": [],
"replace_repositories": "False",
"keyrings": [],
"packages": "grub-pc linux-image-generic kubuntu-desktop",
"create_ca": "False",
"preinstall_scripts": [],
"scripts": [
"configs/scripts/install.sh",
"configs/scripts/user.sh"
],
"package_manager": "apt",
"extra_files": [
"output/ca.crt"
]
}