prepared for future expansions
This commit is contained in:
parent
0c9ea26155
commit
9de900ac32
12 changed files with 94 additions and 3 deletions
|
@ -3,7 +3,9 @@
|
|||
"rootfs_type": "debootstrap",
|
||||
"download_link": "http://deb.debian.org/debian/",
|
||||
"download_name": "bookworm",
|
||||
"packages": "grub-pc linux-image-amd64 task-gnome-desktop",
|
||||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"packages": "grub-pc linux-image-amd64 task-gnome-desktop live-task-standard",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
"rootfs_type": "debootstrap",
|
||||
"download_link": "http://deb.debian.org/debian/",
|
||||
"download_name": "bookworm",
|
||||
"packages": "grub-pc linux-image-amd64 task-kde-desktop",
|
||||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"packages": "grub-pc linux-image-amd64 task-kde-desktop live-task-standard",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
|
|
14
configs/debian/bookworm_lxqt.json
Normal file
14
configs/debian/bookworm_lxqt.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"identifier": "debian-bookworm-kde-amd64",
|
||||
"rootfs_type": "debootstrap",
|
||||
"download_link": "http://deb.debian.org/debian/",
|
||||
"download_name": "bookworm",
|
||||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"packages": "grub-pc linux-image-amd64 task-lxqt-desktop live-task-standard",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
],
|
||||
"package_manager": "apt"
|
||||
}
|
14
configs/debian/bookworm_mate.json
Normal file
14
configs/debian/bookworm_mate.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"identifier": "debian-bookworm-mate-amd64",
|
||||
"rootfs_type": "debootstrap",
|
||||
"download_link": "http://deb.debian.org/debian/",
|
||||
"download_name": "bookworm",
|
||||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"packages": "grub-pc linux-image-amd64 task-mate-desktop live-task-standard",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
],
|
||||
"package_manager": "apt"
|
||||
}
|
|
@ -3,7 +3,9 @@
|
|||
"rootfs_type": "debootstrap",
|
||||
"download_link": "http://deb.debian.org/debian/",
|
||||
"download_name": "bookworm",
|
||||
"packages": "nginx grub-pc linux-image-amd64",
|
||||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"packages": "nginx grub-pc linux-image-amd64 live-task-standard",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/server.sh"
|
||||
|
|
14
configs/debian/bookworm_xfce.json
Normal file
14
configs/debian/bookworm_xfce.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"identifier": "debian-bookworm-xfce-amd64",
|
||||
"rootfs_type": "debootstrap",
|
||||
"download_link": "http://deb.debian.org/debian/",
|
||||
"download_name": "bookworm",
|
||||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"packages": "grub-pc linux-image-amd64 task-xfce-desktop live-task-standard",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
],
|
||||
"package_manager": "apt"
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
"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": [],
|
||||
"packages": "grub-pc linux-image-generic ubuntu-desktop",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"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": [],
|
||||
"packages": "grub-pc linux-image-generic kubuntu-desktop",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
|
|
13
configs/ubuntu/noble_lxqt.json
Normal file
13
configs/ubuntu/noble_lxqt.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"identifier": "ubuntu-noble-lxqt-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": [],
|
||||
"packages": "grub-pc linux-image-generic lubuntu-desktop",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
],
|
||||
"package_manager": "apt"
|
||||
}
|
13
configs/ubuntu/noble_mate.json
Normal file
13
configs/ubuntu/noble_mate.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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": [],
|
||||
"packages": "grub-pc linux-image-generic ubuntu-mate-desktop",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
],
|
||||
"package_manager": "apt"
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
"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": [],
|
||||
"packages": "nginx grub-pc linux-image-generic",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
|
|
14
configs/ubuntu/noble_xfce.json
Normal file
14
configs/ubuntu/noble_xfce.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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",
|
||||
"packages": "grub-pc linux-image-generic xubuntu-desktop",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/user.sh"
|
||||
],
|
||||
"package_manager": "apt"
|
||||
}
|
Loading…
Reference in a new issue