Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Add support to multiple image creation
Browse files Browse the repository at this point in the history
Signed-off-by: Murilo Belluzzo <[email protected]>
  • Loading branch information
mbelluzzo-intel committed Jun 16, 2018
1 parent aed9afc commit 483a7c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
17 changes: 17 additions & 0 deletions images/native.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"DestinationType" : "virtual",
"PartitionLayout" : [ { "disk" : "native.img", "partition" : 1, "size" : "512M", "type" : "EFI" },
{ "disk" : "native.img", "partition" : 2, "size" : "512M", "type" : "swap" },
{ "disk" : "native.img", "partition" : 3, "size" : "7G", "type" : "linux" } ],
"FilesystemTypes" : [ { "disk" : "native.img", "partition" : 1, "type" : "vfat" },
{ "disk" : "native.img", "partition" : 2, "type" : "swap" },
{ "disk" : "native.img", "partition" : 3, "type" : "ext4" } ],
"PartitionMountPoints" : [ { "disk" : "native.img", "partition" : 1, "mount" : "/boot" },
{ "disk" : "native.img", "partition" : 3, "mount" : "/" } ],
"Version": "latest",
"Bundles": ["bootloader",
"kernel-native",
"os-core",
"os-core-update",
"curl"]
}
13 changes: 0 additions & 13 deletions release-image-config.json

This file was deleted.

0 comments on commit 483a7c1

Please sign in to comment.