Skip to content

Commit

Permalink
Add Cosmic-dev iso
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Apr 18, 2024
1 parent 2ecc375 commit 3159e4e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/images-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# name: "Mocaccino Micro"
- spec: "fynedesk-dev"
name: "Mocaccino Fynedesk Development version"
- spec: "cosmic-dev"
name: "Mocaccino Cosmic Development version"
# - spec: "maui-dev"
# name: "Mocaccino Maui Development version"
# - spec: "micro-dev"
Expand Down
67 changes: 67 additions & 0 deletions specs/cosmic-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
packages:

keep_luet_db: true
rootfs:
- kernel/mocaccino-lts-full
- kernel/mocaccino-lts-modules
- kernel/mocaccino-lts-initramfs
- layers/firmware
- layers/cosmic-epoch-git
- layers/X
- apps/lightdm
- system-profile/default-systemd
- system/luet
- system/luet-extensions
- utils/yip
- utils/yip-systemd
- app-admin/calamares
- system/mocaccino-calamares
- system/mocaccino-grub-splash
- init/mocaccino-skel
- system/mocaccino-init
- system/mocaccino-wallpaper
- themes/mocaccino-plymouth
- mocaccino/live-setup
- mocaccino-release/desktop
- sys-kernel/mocaccino-dracut
- apps/gparted
- apps/firefox
- apps/vim
- apps/btop
- apps/neofetch
uefi:
- live/systemd-boot
- system/mocaccino-live-boot
isoimage:
- live/syslinux
- system/mocaccino-live-boot

# Repositories packages from repository-index
repository:
packages:
- repository/luet
- repository/livecd
- repository/mocaccino-extra
- repository/mocaccino-desktop
- repository/mocaccino-os-commons
- repository/mocaccino-repository-index

initramfs:
kernel_file: "bzImage"
rootfs_file: "Initrd"


image_prefix: "MocaccinoOS-Cosmic-dev-0."
label: "MOCACCINOOS_COSMIC_DEV"
image_date: true

luet:
repositories:
- name: "mocaccino-repository-index"
description: "MocaccinoOS Repository index"
type: "http"
enable: true
cached: true
priority: 1
urls:
- "https://raw.githubusercontent.com/mocaccinoOS/repository-index/gh-pages"

0 comments on commit 3159e4e

Please sign in to comment.