Skip to content

Releases: SolidHal/PrawnOS

Alpha Version 9

23 May 22:59
Compare
Choose a tag to compare
  • Fixed filesystem corruption issues that occurred following a crash
    • enabled journaling, was disabled as an oversight in the mkfs commands
    • mount the filesystem as ro on boot so the kernel/systemd can run fsck if need be, and then remount it as rw. This is what a normal debian install does. This means touch /forcefsck now works.
    • setup a proper fstab for the external boot devices
      silent corruption likely was causing a few issues we have ran in to, so this should be a great stability improvement overall.
  • cleaned up the package install process and removed the verbose information the script used to spew
  • added prawns!

Alpha Version 8

22 May 16:36
Compare
Choose a tag to compare
  • Version 8 seems to finally fix issue #77, which improves wireless stability
  • Fixed the emmc yelling about invalid values, closes #26
  • General build script improvements, mostly to improve build times for debugging cycles

Also added a contribution from @JeremyRand which allows for easier non-default debootstrap mirrors

Alpha Version 7

11 Jan 18:54
2bff28c
Compare
Choose a tag to compare

This release has an issue with wireless

  • Add support for smaller emmcs, and logic to detect unknown emmc sizes
  • Made installPackages script more automated
  • Now has user set their timezone
  • Corrected apt pinning, and included stretch backports
  • Sound in firefox seems to work again, thanks firefox upstream maintainers

With a contribution from @Anthony-Sensors to the InstallPackages script - fixed the emmc not being unmounted properly before fsck

Alpha Version 6

10 Jan 21:47
Compare
Choose a tag to compare

This release has an issue with wireless

  • Updated to kernel version 4.17.19
  • Add firefox from buster as the version in stretch is broken
  • Add trim and other fstab features
  • Improve install reliability
  • Have user set root password
  • Fixed the audio mixer in lxqt
  • package in source-code-pro font for spacemacs

With contributions from @JeremyRand to improve support for buster

Known issues

  • firefox doesn't output sound.
    You can install chromium from unstable, which does output sound by running
    sudo apt -t unstable install chromium

Alpha Version 5

28 Oct 14:58
Compare
Choose a tag to compare
  • Patched the mmc so that it won't freeze on boot
  • Changed from synaptics to libinput for the trackpad, seems to work smoother and have better palm rejection
  • Cleaned up unneeded drivers in the kernel
  • Added better support for installing to an sd card
  • Changed sources.list to use the us ftp mirror as deb.debian.org went down for an hour or two.
    • This will cause slow apt usage for those outside of the US. Users will need to change manually for now.
    • Plan to implement system to choose best mirror on build/ install

Alpha Version 4

20 Oct 22:02
2b0f801
Compare
Choose a tag to compare
  • Major improvements to usability of install scripts
  • Improvements to keybindings, trackpad sensitivity, and palm rejection
  • brightness and volume keys now work by default with xfce
  • The InstallToUSB script now works properly
  • Fixed openvpn support
  • Few more smaller changes. Checkout the commits for details.

Alpha Version 3

25 Sep 00:49
Compare
Choose a tag to compare

Now with more bluetooth support, wifi support