Do not follow this link

~nixgoat/halite-meta

Meta-repository for the Halite project
readme: Improve wording on introduction
readme: Shorten Alpine repo key command
readme: Fix file name for repositories file in Alpine install guide

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nixgoat/halite-meta
read/write
git@git.sr.ht:~nixgoat/halite-meta

You can also use your local clone with git send-email.

#Halite

Halite is a collection of scripts and configurations to improve compatibility with Stoneyridge Chromebooks on custom firmware. Many of the changes here will be upstreamed to the Chrultrabook project and this will work as a downstream project to work on changes towards it.

#Install

#linux-stoney (Alpine)

Install the public key for the nightcore.monster repository

# cd /etc/apk/keys && curl -LO https://repo.nightcore.monster/alpine/lux@nixgoat.me.rsa.pub

Add the repository to the list

# echo 'https://repo.nightcore.monster/alpine/community' >> /etc/apk/repositories
# apk update

Install the linux-stoney package

# apk add linux-stoney

Done! Reboot your Chromebook and you should be booting on linux-stoney. The kernel will also get updated whenever you upgrade Alpine

#Thanks to:

  • WeirdTreeThing for doing most of the work on linux-build-scripts
  • The Chrultrabook project for having a community where work on Chromebooks can flourish
  • You! For giving some time to this project
Do not follow this link