• v0.09-alpha 9c71414f5b

    SolidEva released this 2019-05-23 23:47:16 +02:00 | 706 commits to master since this release

    • 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!
    Downloads
  • v0.08-alpha 96a817c86a

    SolidEva released this 2019-05-22 18:34:54 +02:00 | 719 commits to master since this release

    • 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

    Downloads
  • v0.07-alpha 2bff28cbcf

    SolidEva released this 2019-01-11 19:23:03 +01:00 | 733 commits to master since this release

    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

    Downloads
  • v0.06-alpha 188082b20c

    SolidEva released this 2019-01-10 20:43:03 +01:00 | 741 commits to master since this release

    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
    Downloads
  • v0.05-alpha dd64f30e27

    SolidEva released this 2018-10-26 04:21:24 +02:00 | 765 commits to master since this release

    • 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
    Downloads
  • v0.04-alpha 2b0f801580

    SolidEva released this 2018-10-20 21:53:40 +02:00 | 781 commits to master since this release

    • 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.
    Downloads
  • v0.03-alpha 36a15e0c9a

    SolidEva released this 2018-09-23 00:29:45 +02:00 | 812 commits to master since this release

    Now with more bluetooth support, wifi support

    Downloads