forked from clearlinux/clr-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeveloper-image.yaml
44 lines (40 loc) · 920 Bytes
/
developer-image.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# clear-linux-config
# Switch between aliases if you want to install to an actual block device.
# i.e /dev/sda
block-devices: [
{name: "installer", file: "dev-clear-installer.img"}
]
targetMedia:
- name: ${installer}
type: disk
children:
- name: ${installer}1
fstype: vfat
mountpoint: /boot
size: "150M"
type: part
- name: ${installer}2
fstype: swap
size: "256M"
type: part
- name: ${installer}3
fstype: ext4
mountpoint: /
size: "3.0G"
type: part
bundles: [os-core, os-core-update, clr-installer]
offline: true
autoUpdate: false
postArchive: false
postReboot: false
telemetry: false
keyboard: us
language: en_US.UTF-8
kernel: kernel-native
kernel-arguments: {add: [clri.loglevel=4], remove: [console=ttyS0,115200n8]}
pre-install: [
{cmd: "${yamlDir}/developer-image-pre.sh"}
]
post-install: [
{cmd: "${yamlDir}/developer-image-post.sh ${chrootDir}"},
]