mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-28 03:27:37 +00:00
6272de6a21
Signed-off-by: Alexander Koskovich <zvnexus@outlook.com>
31 lines
2.3 KiB
JSON
31 lines
2.3 KiB
JSON
{
|
|
"DestinationType" : "virtual",
|
|
"PartitionLayout" : [ { "disk" : "release.img", "partition" : 1, "size" : "32M", "type" : "EFI" },
|
|
{ "disk" : "release.img", "partition" : 2, "size" : "16M", "type" : "swap" },
|
|
{ "disk" : "release.img", "partition" : 3, "size" : "4G", "type" : "linux" },
|
|
{ "disk" : "test.img", "partition" : 1, "size" : "1G", "type" : "linux" },
|
|
{ "disk" : "test.img", "partition" : 2, "size" : "2G", "type" : "linux" },
|
|
{ "disk" : "test.img", "partition" : 3, "size" : "3G", "type" : "linux" } ],
|
|
"FilesystemTypes" : [ { "disk" : "release.img", "partition" : 1, "type" : "vfat" },
|
|
{ "disk" : "release.img", "partition" : 2, "type" : "swap" },
|
|
{ "disk" : "release.img", "partition" : 3, "type" : "ext4" },
|
|
{ "disk" : "test.img", "partition" : 1, "type" : "ext4" },
|
|
{ "disk" : "test.img", "partition" : 2, "type" : "ext4" },
|
|
{ "disk" : "test.img", "partition" : 3, "type" : "ext4" } ],
|
|
"PartitionMountPoints" : [ { "disk" : "release.img", "partition" : 1, "mount" : "/boot" },
|
|
{ "disk" : "release.img", "partition" : 3, "mount" : "/" },
|
|
{ "disk" : "test.img", "partition" : 1, "mount" : "/" },
|
|
{ "disk" : "test.img", "partition" : 2, "mount" : "/two" },
|
|
{ "disk" : "test.img", "partition" : 3, "mount" : "/three" } ],
|
|
"Version": "latest",
|
|
"Bundles": ["kernel-native", "os-core", "os-core-update"],
|
|
"cmdline": "quiet console=tty0 console=ttyS0,115200n8 init=/usr/bin/initra-desktop initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs,f2fs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 rw",
|
|
"Users" : [ { "username" : "test", "key" : "key.pub", "uid" : 1000, "sudo" : true } ],
|
|
"Hostname": "testhost",
|
|
"Static_IP": { "iface" : "enp1s0", "address" : "10.1.10.9/24", "gateway" : "10.1.10.1", "dns" : "10.1.10.1" },
|
|
"PostNonChroot": ["/home/clrbuilder/projects/clr-release-tools/config/image/live-image-post-update-version.py"],
|
|
"LegacyBios": true,
|
|
"HTTPSProxy": "http://proxy.test.com:100",
|
|
"MirrorURL": "http://mirror.test.com"
|
|
}
|