Skip to content

Releases: clearlinux/clr-installer

Minor fixes and bugs

23 Jan 21:51
Compare
Choose a tag to compare
  • Add support for mmcblk devices
  • Only archive records when telemetry is enabled
  • Update documentation

Installer Image Fixes

09 Jan 00:33
Compare
Choose a tag to compare

Fixes

  • Ensure Desktop Beta and default installer image have the same configuration
  • Rename installer image YAML file for naming convention
  • Fix how the legacy boot mode is set
  • Update all 3rd party vendor code
  • Add markdown file for YAML file syntax
  • Add new environment variable for use with pre/post hooks
  • Clean up of telemetry record content

Storage subsystem bugfix

12 Dec 21:42
Compare
Choose a tag to compare

Don't store storage device's serial number along with marshaled yaml file.

TUI Disk Partitioning Bug Fixes

03 Dec 23:03
Compare
Choose a tag to compare

Fixes

  • Fix initialization bug when adding a new partition in TUI
  • Allow disabling encryption on a partition in TUI

Disk Features

30 Nov 19:26
Compare
Choose a tag to compare

Features

  • Support for labeling disk partitions
  • Support Encrypted partitions

Improvements

  • Work with both old and new versions of JSON from lsblk
  • Check for running as root during startup
  • Disable modeset and keep the screen resolution consistent across platforms
  • Update to latest releases of vendor (3rd party) packages
  • Use the installer host's swupd always during install

Developer Changes:

  • New process for setting binary version
  • New YAML file for developer test images
  • Many Makefile improvements
  • Additional CI testing

Minor fixes and bugs

14 Nov 22:33
Compare
Choose a tag to compare
  • Remove full path from swupd to enable DevOps workflow
  • Add install steps to CI testing
  • Support for custom installer support files per image
  • Many new optional bundles during install
  • Configuration changes to the installer run in a gnome-terminal
  • Disable screen lock in desktop live image beta
  • Bug fix to image size calculation

Minor fixes and bugs

09 Nov 21:31
Compare
Choose a tag to compare
  • Support for additional images
  • updates for live desktop image
  • new swupd flags
  • grammar updates to text

Minor fixes and bugs

06 Nov 23:56
Compare
Choose a tag to compare
clr-installer: Autospec creation for update from version 1.0.0 to version 1.0.1

Leandro Dorileo (6):
      swupd: use --keepcache with "update" command
      installer-image: increase image size
      kernels: add production kernel
      storage: support LegacyBios mode
      images: add image descriptors
      storage: change default swap size

Mark D Horn (7):
      Match bundle options from ister_gui
      Add bundle only when non-root users defined
      Set limit for password length
      Switch to the new clr-installer bundle
      Can not ignore image files
      Release Candidate 1.0.1
      Resize SimpleButtons

First Release

06 Nov 23:56
Compare
Choose a tag to compare
build: always create dirs

If we're installing artifacts to a mock environment for example
the directories like /usr/bin may not exist.

Signed-off-by: Leandro Dorileo <[email protected]>