Giter Club home page Giter Club logo

guix-live-image's Introduction

System Crafters Guix Live Image

This repository runs automated CI builds to produce a GNU Guix live image based on the official live VM configuration.

You may take a look at the image configuration and the build workflow to be sure that we aren't adding anything malicious to these builds!

A new .qcow2 image is produced at least once a week, sometimes more often if we're making improvements to the configuration.

Table of Contents

Instructions

  1. Download a recently built .qcow2 from this repo's release page
  2. Launch the image in QEMU (update the image path in the last line!):
qemu-system-x86_64 \
  -nic user,model=virtio-net-pci \
  -enable-kvm -m 2048 \
  -device virtio-blk,drive=guix-live \
  -drive if=none,file=$HOME/Downloads/guix-live.qcow2,id=guix-demo

Learn More About Guix!

If you'd like to learn more about using GNU Guix, check out the series I produced on YouTube called Craft Your System with GNU Guix!

You can find the same content in written form on the System Crafters website.

You should also consult the GNU Guix Reference Manual for a more complete reference to all the features of Guix.

License

The code in this repository is licensed under the GNU General Public License v3.

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.