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

9 lines
362 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",
"packages": "nginx grub-pc linux-image-generic",
"script": "configs/scripts/install.sh",
"package_manager": "apt"
}