prepared for future expansions
This commit is contained in:
parent
0c9ea26155
commit
9de900ac32
12 changed files with 94 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue