Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
release: 10
- distro: debian
release: forky
- distro: ubuntu
release: "25.10"

steps:
- name: Checkout
Expand Down
27 changes: 27 additions & 0 deletions images/guest-ubuntu-25.10/mkosi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[Include]
Include=../../modules/load-kernel-modules
Include=../../modules/guest

[Distribution]
Distribution=ubuntu
Release=questing
Repositories=universe

[Content]
Packages=
linux-image-6.17.0-8-generic
linux-modules-6.17.0-8-generic
systemd
systemd-boot-efi
systemd-resolved
plymouth
login.defs
login
systemd-journal-remote
openssl
ca-certificates
jq
xxd

[Build]
Environment=VERSION="25.10"
36 changes: 36 additions & 0 deletions images/host-ubuntu-25.10/mkosi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[Include]
#Load Kernel modules
Include=../../modules/load-kernel-modules
# Host Components
Include=../../modules/host

[Distribution]
Distribution=ubuntu
Release=questing
Repositories=universe
RepositoryKeyFetch=yes

[Content]
Packages=
linux-image-6.17.0-8-generic
systemd
systemd-boot-efi
systemd-resolved
plymouth
login.defs
login
systemd-journal-remote
qemu-system
apt
ovmf
xxd
python3
python3-pip
python3-emoji
jq
apt
avahi-daemon


[Build]
Environment=VERSION="25.10"