Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Get a free trial
  • Sign up
  • Login
  • Sign in / Register
  • freedesktop-sdk freedesktop-sdk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 188
    • Issues 188
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 215
    • Merge requests 215
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 has launched! Please visit Breaking changes in 15.0 and 15.0 Removals to see which breaking changes may impact your workflow.

  • freedesktop-sdk
  • freedesktop-sdkfreedesktop-sdk
  • Merge requests
  • !99

Add initial support for building bootable VM images

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sam Thursfield requested to merge sam/vm into master Feb 03, 2018
  • Overview 12
  • Commits 2
  • Pipelines 13
  • Changes 21

The primary purpose of the Freedesktop SDK is to power application containers, but with the addition of a bootloader and kernel we can also use it to boot virtual machines.

The VM images are intended for testing purposes only -- it's not a goal to produce something aimed at end-users. However it can be very useful for developers to test their changes to system components in a fully integrated VM image, and this approach is more reproducible and reliable than testing system components in a manually hacked-up development environment. This mechanism could also serve as a basis for automated testing like for example GNOME Continuous.

There is currently no init system in the VM image, instead it boots directly into a shell

The ultimate goal here is to build on this functionality to produce bootable VM images of GNOME using BuildStream, using the Freedesktop SDK as a base.

Edited Feb 08, 2018 by Sam Thursfield
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sam/vm