Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (37 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

41 lines (37 loc) · 1.67 KB

0.0.5

  • Key for /boot now is always installed regardless of disk layout
  • Updated usb key mounting script to use the installed boot partition key file
  • Added recovery kit creation
  • Disabled echoing of text in boot partition encryption passphrase prompt

0.0.4

  • Fixed oali_pack files permissions
  • Moved SaltStack files to oali-profiles repo
    • Added installation of dhcpcd to the moved SaltStack files
  • Added answer store
    • Answers of a session are stored when appropriate, and can be loaded in another session
  • Added missing Random.self_init call
  • Added LVM support
  • Added mechanism to facilitate installer self-documentation
    • See OALI_DOC for doc generated by Oali
  • Added dialogue for adjusting overprovisioning in "single disk" disk layout

0.0.3

  • Fixed boot partition cryptsetup parameters adjustment task unit
  • Fixed partition size percentage calculation
  • Fixed partition name computation code
    • Previously partition name may not be correctly deduced during formatting
  • Added task unit for using reflector to generate more optimised mirrorlist
  • Added SSH server setup and SSH keys transfer code
  • Added a very rough main menu

0.0.2

  • Added following user options when task unit fails
    • Skip
    • End install
  • Added option to toggle boot partition encryption
  • Split user account setup and password setup into two separate task units
  • Fixed fstab cleaning code which deals with disk layout with USB key
  • Fixed partition size calculation logic in partitioning code
  • Moved task unit of hardened kernel setup to after boot loader related task unit
  • Updated disk and partition discovery/look up code to be more robust

0.0.1

  • Base version