Coder Social home page Coder Social logo

hugglesfox / snis-live Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 1.36 MB

A bootable live image based of Arch Linux customised to run the game Space Nerds In Space.

License: GNU General Public License v2.0

Python 15.07% Shell 81.31% Dockerfile 3.62%
space-nerds-in-space archlinux-images arch-linux iso snis-live space space-nerds

snis-live's Introduction

snis-live

A bootable live image based of ArchLinux x86_64 customised to run the game Space Nerds In Space. https://github.com/smcameron/space-nerds-in-space

Requirements (for building from source)

  • base-devel
  • archiso
  • git

These can be installed via sudo pacman -S base-devel archiso git

Building

NOTE: Building the ISO requires an x86_64 pc running ArchLinux. If you do not run ArchLinux then there is this page which tells you how to create chroot enviroment. Or use the Dockerfile.

To build from source run

git clone https://github.com/HUg0005/snis-live

cd snis-live

sudo sh ./autobuild

./autobuild must be ran as root script as root (because of false permission problems later). The script will clone and build space nerds in space, then build the ISO. Once it has completed, an ISO file will have be created in the ./out directory.

Using the ISO

To use, the ISO file must be 'burnt' to a USB drive. This can be done various ways but I use dd. For an exmaple

sudo dd if=/path/to/snis.iso of=/dev/sdX bs=1M status=progress && sync

sdX can be found using sudo fdisk -l. It should look something along the lines of sdb.

snis-live's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

snis-live's Issues

[mkarchiso] ERROR: Profile '/path/to/snis-live/init' does not exist!

I understand this project is dead and unlikely to come back, but on the off chance someone notices this weekend of May 27-28, 2023, I'm trying to produce a live SNIS image with minimal used system resources -- mainly GPU RAM.

According to nchevsky/systemrescue-zfs#7, mkarchiso's profile structure has evolved and no longer supports "ancient" build profiles.

https://wiki.archlinux.org/title/Archiso#Prepare_a_custom_profile on creating a new one.

If nothing else, this issue will serve as my notes for if/when I pick it up again on Sunday.

Nvidia renerding problems

Nouveau (The open source nvidia driver) doesn't always render the main screen and laser beams properly. Need to add option to install closed source drivers but nvidia drivers need pc to restart to take effect.

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.