Skip to content

Instantly share code, notes, and snippets.

@mak3r
Created December 7, 2021 16:43
Show Gist options
  • Save mak3r/1f05bc7d7aeed9ecf8a25101757e1322 to your computer and use it in GitHub Desktop.
Save mak3r/1f05bc7d7aeed9ecf8a25101757e1322 to your computer and use it in GitHub Desktop.
Testing RancherOS2 builds on currently unsupported aarch64 architecture
#cloud-config
rancheros:
install:
# An http://, https://, or tftp:// URL to load as the base configuration
# for this configuration. This configuration can include any install
# directives or OEM configuration. The resulting merged configuration
# will be read by the installer and all content of the merged config will
# be stored in /oem/99_custom.yaml in the created image.
# configURL: http://example.com/machine-cloud-config
# Turn on verbose logging for the installation process
debug: true
# The target device that will be formatted and grub will be install on.
# The partition table will be cleared and recreated with the default
# partition layout. If noFormat is set to true this parameter is only
# used to install grub.
device: /dev/vda
# If the system has the path /sys/firmware/efi it will be treated as a
# UEFI system. If you are creating an UEFI image on a non-EFI platform
# then this flag will force the installer to use UEFI even if not detected.
forceEFI: false
# If true then it is assumed that the disk is already formatted with the standard
# partitions need by RancherOS. Refer to the partition table section below for the
# exact requirements. Also, if this is set to true
noFormat: false
# After installation the system will reboot by default. If you wish to instead
# power off the system set this to true.
powerOff: false
# The installed image will set the default console to the current TTY value
# used during the installation. To force the installation to use a different TTY
# then set that value here.
tty: ttyS0
# Any other cloud-init values can be included in this file and will be stored in
# /oem/99_custom.yaml of the installed image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment