Releases: clearlinux/clr-installer
Releases · clearlinux/clr-installer
Minor fixes and bugs
- Add support for mmcblk devices
- Only archive records when telemetry is enabled
- Update documentation
Installer Image Fixes
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
Don't store storage device's serial number along with marshaled yaml file.
TUI Disk Partitioning Bug Fixes
Fixes
- Fix initialization bug when adding a new partition in TUI
- Allow disabling encryption on a partition in TUI
Disk Features
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
- 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
- Support for additional images
- updates for live desktop image
- new swupd flags
- grammar updates to text
Minor fixes and bugs
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
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]>