Skip to content

Commit

Permalink
adding a vm image
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Aug 22, 2024
1 parent 72ca1f8 commit 2978b10
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
26 changes: 26 additions & 0 deletions recipes/recipe-vm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# image will be published to ghcr.io/<user>/<name>
name: hyprland-vm
# description will be included in the image's metadata
description: This is my personal OS image.
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/base-main
image-version: 40 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
# ---------------------------------------------------------------------------------------------------------------------------
- from-file: pkgs.yml
- from-file: vm.yml
- from-file: common-files.yml
- from-file: fonts.yml
- from-file: default-flatpaks.yml
# ---------------------------------------------------------------------------------------------------------------------------
# SystemD
- type: systemd
system:
enabled:
- sddm-boot.service
# ----------------------------------------------------------------------------------------------------------------------------
# Signing
- type: signing # this sets up the proper policy & signing files for signed images to work fully
# ----------------------------------------------------------------------------------------------------------------------------
10 changes: 10 additions & 0 deletions recipes/vm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
modules:
# some good packages
type: rpm-ostree
install:
- open-vm-tools
- open-vm-tools-desktop
- qemu-guest-agent
- virtualbox-guest-additions
- spice-vdagent
- spice-webdavd

0 comments on commit 2978b10

Please sign in to comment.