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

14 lines
463 B
JSON
Raw Normal View History

2024-11-10 18:03:47 +01:00
{
"identifier": "ubuntu-noble-server-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",
2024-11-11 13:58:31 +01:00
"repositories": [],
2024-11-10 18:03:47 +01:00
"packages": "nginx grub-pc linux-image-generic",
2024-11-10 18:30:56 +01:00
"scripts": [
2024-11-11 07:45:44 +01:00
"configs/scripts/install.sh",
"configs/scripts/server.sh"
2024-11-10 18:28:44 +01:00
],
2024-11-11 14:45:19 +01:00
"package_manager": "apt",
"extra_files": []
2024-11-10 18:03:47 +01:00
}