From 8c83cdc234ce61085b94fee0d9e9ddf7f959f7af Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sat, 24 Jun 2017 12:37:31 +0200 Subject: [PATCH] ajout documentation sur l'utilisation --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0c612af..d8f4226 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # Custom NixOS Live CD After partitioning and mounting of your partitions under `/mnt`, go to `/iso/custom` and run `make`. + +## How to generate .iso from NixOS ? + +1. clone git repository + +```bash +git clone --recursive ssh://git@gogs.prunetwork.fr:10022/nixos-config/nixos-livecd.git +``` + +1. run `make` + +```bash +cd nixos-livecd +make +``` + +1. use generated iso + +`nix-buil` tells you where it was generated +