Skip to content

Releases: bryteise/ister

v69 release

02 Nov 20:48
Compare
Choose a tag to compare

This release fixes an issue introduced in v68 around permissions of /home directories created by the installation being incorrect (owned by root).

v68 release

19 Oct 22:19
Compare
Choose a tag to compare

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

10 Oct 20:52
Compare
Choose a tag to compare

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

19 Sep 20:14
Compare
Choose a tag to compare

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

22 Aug 21:11
Compare
Choose a tag to compare

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

01 Aug 18:19
Compare
Choose a tag to compare
  • Adds new GUI for setting a mirror and version URL
  • Updates cloud-init service to current Clear Linux

v63 release

21 May 22:46
Compare
Choose a tag to compare

Release includes:

  • Fixes for rootfs encryption support
  • Stop erroniously running

v62 release

20 Apr 22:28
Compare
Choose a tag to compare
  • Add support for installing content with dnf
  • Disable swap devices in the install target

v61 release

22 Jan 18:01
Compare
Choose a tag to compare

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

21 Dec 17:34
Compare
Choose a tag to compare
  • handle fdisk -l errors in get_disk_info so unexpected results do not cause ister failures