linux-deployment-scripts/configs/ubuntu/noble_mate.json

20 lines
615 B
JSON
Raw Normal View History

2024-11-11 13:58:31 +01:00
{
"identifier": "ubuntu-noble-mate-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": [],
2024-11-11 16:42:53 +01:00
"replace_repositories": "False",
2024-11-11 17:30:12 +01:00
"keyrings": [],
2024-11-11 13:58:31 +01:00
"packages": "grub-pc linux-image-generic ubuntu-mate-desktop",
2024-11-14 15:22:39 +01:00
"create_ca": "False",
"preinstall_scripts": [],
2024-11-11 13:58:31 +01:00
"scripts": [
"configs/scripts/install.sh",
"configs/scripts/user.sh"
],
2024-11-11 14:45:19 +01:00
"package_manager": "apt",
2024-11-14 18:28:25 +01:00
"extra_files": [
"output/ca.crt"
]
2024-11-11 13:58:31 +01:00
}