Skip to content

Releases: icedream/steamos-permanent-mods

0.0.5

24 Feb 13:49
v0.0.5
ca1b162
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Fixed

  • Fix OS of current install instead of new install being used to patch
    repositories in pacman.conf.

0.0.4

24 Feb 12:28
v0.0.4
671a6d0
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Fixed

  • Fix pacman breakage due to faulty keyring transfer.
  • Fix additional internal commands being printed in stderr which may confuse
    during debugging.

Changed

  • Switch to Decky Loader release install script.

Removed

  • Removed pacman keyring transfer. This is only relevant for installs with
    custom installed keyrings, normal installation of Arch or Holo packages will
    not be affected.

0.0.3

24 Feb 12:28
v0.0.3
4fb161a
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Fixed

  • Fix pacman no longer working due to changes on the SteamOS packages server.

0.0.2

22 May 03:43
v0.0.2
c828270
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Added

  • Added code to detect and install/configure packages for VirtIO GPU in
    50-alien.sh example user script.
  • Users can now set GRUB_NO_COPY_CONFIG=1 in
    /etc/default/steamos-permanent-mods to skip copying grub configuration before
    update-grub in 90-grub.sh example user script.
  • Users can now set GRUB_REMOVE_FBCON_ROTATE=1 in
    /etc/default/steamos-permanent-mods to remove the kernel commandline parameter
    that causes display rotation to occur.

v0.0.1

22 Apr 03:53
v0.0.1
0e10a56
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Added

  • Added post-hook script to reproduce modifications to the system through user scripts.
  • Added lots of documentation.