Git Product home page Git Product logo

distribution's Introduction

SteamFork

SteamFork is a project to create an immutable Linux distribution that is as SteamOS like as possible without sacrificing device compatibility.

Documentation

Visit the SteamFork Organization root for basic information and usage instructions:

Build Features

  • Fully automated CI/CD based releases triggered by new release tags.
  • Signed package repositories.
  • Minimal changes from upstream SteamOS for compatibility.
  • Simplified build process as described below.

Building SteamFork

Installing Minimal SteamFork

Install SteamFork using the release or minimal image onto a PC or in a virtual machine. Building the OS requires ~20GB of free space. To install a minimal SteamFork instance using the minimal image, boot the image and then install using the steamfork-installer tool.

Ex. steamfork-installer --drive /dev/sda --username builder --password SteamFork --root_password SteamFork

Building Images

Log in as your user and perform the following steps to configure the OS for building:

  1. Configure sudo without a password: sudo sed -i 's~ALL$~NOPASSWD: ALL~g' /etc/sudoers.d/wheel
  2. Clone the SteamFork distribution repository: git clone https://github.com/SteamFork/distribution.git
  3. Build SteamFork: cd distribution && ./build-image.sh rel

Optional:

  1. Enable SSH for remote access: sudo steamos-readonly disable && sudo systemctl enable sshd

distribution's People

Contributors

fewtarius avatar jefflopes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.