debian support

This commit is contained in:
Patrick 2024-11-10 18:03:47 +01:00
parent de19951611
commit f31aa555e7
12 changed files with 203 additions and 56 deletions

View file

@ -0,0 +1,9 @@
{
"identifier": "ubuntu-noble-gnome-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": "grub-pc linux-image-generic ubuntu-desktop",
"script": "configs/scripts/install.sh",
"package_manager": "apt"
}

View file

@ -0,0 +1,9 @@
{
"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",
"packages": "grub-pc linux-image-generic kubuntu-desktop",
"script": "configs/scripts/install.sh",
"package_manager": "apt"
}

View file

@ -0,0 +1,9 @@
{
"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"
}