Skip to content
/ vOS Public

The vOS is a minimal operating system for Docker and KVM and it is stand for Virtualized OS.

Notifications You must be signed in to change notification settings

xlcwu/vOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdx-build

Integration setup scripts for the Angstrom and Buildroot br2-external feature.

CDX Build Environment

Build system based on buildroot for build vOS and cdxvirt platform. The vOS is a minimal operating system for cloud, mainly for run containers and virtual machines. It is stand for Virtualized OS.

Example

This following is example of building and installing a linux system from scratch for the default qemu config.

Motivation

This build template is designed to be used for production build systems (used to build product software), and thus has the following goals:

  1. simplicity: uses well understood things like bash and git submodules.
  2. robustness: Git submodules are a robust solution for production environments, and error handling good. Git submodules are also very good at making sure you are building exactly what was checked in, because it locks every submodule down to a specific version, which is generally what you want for a production build system, where the build must be absolutely repeatable.
  3. generate a modern Linux root filesystem.

About

The vOS is a minimal operating system for Docker and KVM and it is stand for Virtualized OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published