Files
clr-installer/scripts/installer-image.yaml
T
Mark D Horn 7821672c9f Switch to the new clr-installer bundle
With Clear Linux OS release 25xxx the new clr-installer bundle
is available which has all of the requirements for the new
Clear Linux OS Installer.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2018-10-30 10:33:02 -06:00

41 lines
774 B
YAML

#clear-linux-config
# switch between aliases if you want to install to an actuall block device
# i.e /dev/sda
block-devices: [
{name: "installer", file: "clear-installer.img"}
]
targetMedia:
- name: ${installer}
size: "2.54G"
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: "2187M"
type: part
bundles: [os-core, os-core-update, clr-installer]
autoUpdate: false
postArchive: false
postReboot: false
telemetry: false
keyboard: us
language: en_US.UTF-8
kernel: kernel-native
post-install: [
{cmd: "scripts/installer-image-post.sh ${chrootDir}"}
]