Releases: bryteise/ister
Releases · bryteise/ister
v69 release
v68 release
This release includes:
- A rename of the Clear Linux distribution from @mdhorn
- A work around for read-only hardware devices that caused installation failures from @lucabelluccini
Thanks all!
v67 release
This release includes a large set of fixes and improvements around automated installation, many thanks to @dedekind and @tripzero for patches!
- Fixes mount unit creation for non-standard paths (paths not /usr, /home/, /srv, /boot)
- Enable ister to generate mount units for even standard paths to avoid issues like being unable to detect the boot partition depending on how the system was started
- Update ister service to prevent reboots on non-zero exits to allow diagnosing issues and potentially inserting manual configurations prior to starting the install
- Enable kernel command line parsing to look for ister.root_ssh that will enable passwordless login of root over ssh (not advised outside of isolated networks)
- Fixes for PostChrootShell to change to the '/' directory after chroot
- No longer fails install a user specified to be created already exists
v66 release
Much thanks to @dedekind for the new features and fixes:
- Add support for setting an ssh-key using the key content in a template.
- Improved installer failure reporting and included stack traces in debug mode.
v65 release
Much thanks to @dedekind for the new features:
- Adds support for creating labels for partitions.
- Enables falling back to trying to load the ister config as a template when given a kernel commandline configuration file.
v64 release
- Adds new GUI for setting a mirror and version URL
- Updates cloud-init service to current Clear Linux
v63 release
Release includes:
- Fixes for rootfs encryption support
- Stop erroniously running
v62 release
- Add support for installing content with dnf
- Disable swap devices in the install target
v61 release
Release includes:
- Update the default bundle list for the gui to include openssh-server.
- Option to improve install time at the cost of disk space
v60 release
- handle fdisk -l errors in get_disk_info so unexpected results do not cause ister failures