Skip to content

Releases: clearlinux/clr-installer

Minor bug fix

04 Feb 01:18
Compare
Choose a tag to compare

Minor update for DOS label bug.

Minor bug fix

09 Oct 17:39
Compare
Choose a tag to compare

Minor update for 5.8 kernel changes

  • ISO file system loadable kernel module now has an explicit requirement against CDROM

New Feature and Bug Fixes

26 Jun 19:14
Compare
Choose a tag to compare
  • Add support for the use of LVM for the root file system (#8)
  • Fix hang bug when clear-boot-manager failed

Minor bug fix

04 Jun 00:27
Compare
Choose a tag to compare

ISO: Ensure the loadable kernel modules are loaded early

New Feature and Bug Fixes

29 May 19:24
Compare
Choose a tag to compare

Features:

  • ISO integrity check feature (#490)
  • Enabled Strict YAML checking (#729)
  • Shell command line completion (#711)

Bug Fixes:

  • Fix bug with Docker LVM blocking install (#633)
  • Fix bug with Auto Update (#725)
  • Fix legacy mode mkfs (#731)
  • Fix variable case for Allow Insecure (#728)
  • Copy file optimization (#724)
  • massinstall: Exit with error for validation fails

Other:

  • Clear up of YAML files (#733)
  • Updated Readme.md
    • Integrity check of ISO image at boot-time
    • New developer bundle
  • ISO ReadMe Updates (#723)
  • Refactor storage code (#530)
  • Improve BAT based Testing (#710)

Minor fixes and bugs - Swapfile

27 Apr 23:37
Compare
Choose a tag to compare
  • Switched to creating default /var/swapfile instead of creating a swap partition #205
    • Both partition and swapfile can be created/coexist
    • Swapfile size can be set by command line or YAML
    • Command line defaults not changed; existing YAML results in the same generated content
  • Support Software RAID for root partition
    • /boot still required to be on physical media and formatted VFAT
  • Fix bug on media available
  • Now use and report media sizes in XiB
  • Added new linters: lll, goimports, whitespace
  • Refactor storage code
    • Broke larger method into smaller, self-contained methods
    • Reduce cyclomatic complexity
    • Implemented filters on BlockDevices
  • Remove unused code

Minor fixes and bugs

31 Mar 00:51
Compare
Choose a tag to compare
  • Improved password checking (#398)
  • Enable Advanced Disk Partitioning via the command-line interface (#628)
  • Only advertise the latest LTS Kernel as an alternative to the Native kernel (#693)
  • Ensure non-zero exit status when the installer can not proceed (#687)
  • Extended image testing (#694)
  • Improved error checking for regression tests (#441)

Minor fixes and bugs

12 Mar 22:47
Compare
Choose a tag to compare
  • Fix bug with f2fs and encrypted root (#681)
  • Add new lts2019 kernel option
  • Add completion step to the task list for clarity

Minor fixes and bugs

28 Feb 00:31
Compare
Choose a tag to compare
  • Remove UEFI requirement for installations (#666)
  • Add post-image processing hooks (#531)
  • Ensure we read the partition table when mounting loopback devices
  • F2FS support for CLR Installer
  • Implement GO Modules
  • Fix swupd reference URL which was broken (#667)

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