forked from Meulengracht/diskbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osbuilder: update README and add snap build
- Loading branch information
1 parent
a403a74
commit c4c1377
Showing
2 changed files
with
125 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: diskbuilder | ||
version: '1.0' | ||
summary: A diskutility build tool for building vm images | ||
description: | | ||
Originally developed for the Vali/MollenOS operating system, this is a generic virtual machine image builder. | ||
It supports configuration in yaml, and supports installing sources into the VM image as a part of the build process. | ||
It also supports installing bootloaders (stage1 and stage2) onto the partitions. | ||
base: core18 | ||
grade: stable | ||
confinement: strict | ||
|
||
apps: | ||
osbuilder: | ||
command: osbuilder | ||
|
||
parts: | ||
osbuilder-src: | ||
source: osbuilder | ||
plugin: dotnet | ||
dotnet-version: 3.1 | ||
dotnet-runtime-version: 3.1.0 |