Re: [Nix-dev] Bootable ISO with automated NixOS installer

2016-05-07 Thread Domen Kožar
Hacky, but it works:
https://github.com/snabblab/snabblab-nixos/blob/master/make-iso.nix

On Fri, May 6, 2016 at 8:48 PM, Kamil Chmielewski 
wrote:

> Hi,
>
> I've created nixos config for one of my digital signage project that boots
> directly to brower. It works great when I use
> config.system.build.vm/virtualBoxOVA/isoImage and run it from that image.
> But the thing is that I need to produce some kind o bootable installer
> that will install the same NixOS automatically (or after few "clicks") on
> different computers that may not have network connection.
> I've tried with installation-cd-base.nix providing my nixos config as
> isoImage.contents but it downloads and builds many packages when I run
> nixos-install.
> Any clues how to make this kind of installer?
>
> Kamil
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Bootable ISO with automated NixOS installer

2016-05-06 Thread Kamil Chmielewski
Hi,

I've created nixos config for one of my digital signage project that boots
directly to brower. It works great when I use
config.system.build.vm/virtualBoxOVA/isoImage and run it from that image.
But the thing is that I need to produce some kind o bootable installer that
will install the same NixOS automatically (or after few "clicks") on
different computers that may not have network connection.
I've tried with installation-cd-base.nix providing my nixos config as
isoImage.contents but it downloads and builds many packages when I run
nixos-install.
Any clues how to make this kind of installer?

Kamil
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev