Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.73 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.73 KB

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.