You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nixos-livecd/README.md

24 lines
405 B
Markdown

# 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