Skip to content

Releases: clearlinux/clr-installer

Minor fixes and bugs

20 Feb 02:04
Compare
Choose a tag to compare
  • GUI: add fail reason to system check error message (#447)
  • TUI: introduction of a high-contrast theme to improve readability (#217)
  • Fix bug where locale was not initialized for command-line mode (#634)
  • GUI/TUI: Add warning before mandatory network check for additional bundles (#635)
  • Enable networking for chrooted post-install hooks (#649)
  • ISO: Add metadata to ISO images
  • Remove python2 from additional bundles; now depreciated in OS
  • Update TelemetryAboutURL
  • Remove unused have_vmx check from initrd_init
  • Fix typos in example YAML files
  • Add new examples YAML files for legacy mode
  • Clean up misc files generated during testing

Minor fixes and bugs

16 Dec 22:03
Compare
Choose a tag to compare
  • Updated to newer vendor packages
  • Fix exclusion of mounted Logical Volume Manager media from install targets #616
  • Fix bug where Rescan button might not update contents of chooser list
  • Ensure the selected disk is retrained when enabling encryption (GUI) #614
  • Only copy swupd configs by default for interactive installs #600
  • Remove Logical Volumes before destructive installs #623
  • Remove delay before starting PXE service

Minor fixes and bugs

26 Nov 23:48
Compare
Choose a tag to compare
  • Bug fix for the 2.3.5 release
    • Interactive should always allow keep-image mode

Minor fixes and bugs

26 Nov 01:37
Compare
Choose a tag to compare
  • Sanity checks for command-line arguments (#607)
  • Unblock image generation on hosts using software RAID (#609)

Minor fixes and bugs

20 Nov 02:26
Compare
Choose a tag to compare
  • Prevent PXE service from starting when no kernel parameter config provided
  • Skip ISO generation if more than one kernel is include in the raw image
  • Update community forum link
  • Do not remove raw image file if ISO generation fails
  • Support for mixer tool to build an image
    • New mode to generate a YAML template file; dropped static YAML for mixer
    • Allow specifying bundle list on the command line
    • Code refactor to allow command-line options to over JSON input when converting to YAML

Minor fixes and bugs

06 Nov 22:00
Compare
Choose a tag to compare

Preboot eXecution Environment (PXE) Booting Support

  • Add PXE reference configuration YAML
  • Add provisioning service for PXE installs
  • Add retry when downloading configuration YAML #591
  • Add failing URL to download error message
  • swupd: Support skipping optional bundles

Misc

  • Use clr-boot-manager --image mode to ensure proper /boot update
  • Ensure lock file is removed when rebooting
  • Properly enable reboot post-install directly from installer
  • Add test building an image to Travis
  • mixer: Add image template for use by mixer

Minor fixes and bugs

22 Oct 18:19
Compare
Choose a tag to compare
  • Text-based installer now requires creation of an administrative user #544
  • Support indeterminate progress bars #516
  • Fix bug in the text-based installer for setting complete in Advanced Installation
  • Fix bug for ExpandVariables in installation hooks

Minor fixes and bugs

09 Oct 00:03
Compare
Choose a tag to compare
  • Ensure data synchronization for media (intermittent bug fix)
  • Support installs on low-resolution displays (#434)
  • Correctly set advanced disk config warnings (#553)
  • Add support to download config over the network (#524)
  • Update to latest when the version is 0 (#502)
  • Support setting format and version from both YAML and command line (#559)
  • Support setting both swupd URLs with single --swupd-url option
  • Updated to latest Go-lang linter (#527)

New Feature and Bug Fixes

01 Oct 01:14
Compare
Choose a tag to compare

Features

  • Support Offline Installations (#234)
    -- Remove pre-check page
    -- Network check is a pop-up like TUI, available in Advanced options
    -- Network only checked when additional bundles accessed
  • Allow use of HTTP for updates (#478)
    -- All /etc/swupd configuration files now installed to target by default

Bug Fixes and Enhancements

  • Improve error handling (#547)
  • Fix partition sort order (#510)
  • Fix encryption support for TUI (#541)
  • Suppress deprecation warnings for GTK (#539)
  • Reword messages for advanced disk config (#533)
  • Fix default disk selection bug (#515)
  • Show warning when no usable media (#521)
  • Ensure enough space for install (#520)
  • Do not fail if telemetry bundle is not present
  • Verify swap type is correct for advanced install

New Feature and Bug Fixes

13 Sep 05:12
Compare
Choose a tag to compare

Features

  • Advanced Disk Configuration
    -- Launch external tool for partitioning; cgdisk (text) gparted (graphical)
  • Show detailed disk change summary before summary
  • Disable AES checks

Bug Fixes and Enhancements

  • Ensure minimum sizes: 4GB for server, 20GB for desktop
  • Set the UUID in memory for extra partitions to ensure it is used in the /etc/fstab
  • Sync latest DevOps image files to scripts examples
  • Add disk name to choose list
  • New --gui flag to force graphics mode
  • Update YAML Syntax document for ISO files