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

18 lines
No EOL
582 B
JSON

{
"identifier": "ubuntu-noble-xfce-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 xubuntu-desktop",
"create_ca": "False",
"preinstall_scripts": [],
"scripts": [
"configs/scripts/install.sh",
"configs/scripts/user.sh"
],
"package_manager": "apt",
"extra_files": []
}