[Nix-dev] nixos-rebuild build-vm broken boot (because of CIFS)?
    Eelco Dolstra 
    eelco.dolstra at logicblox.com
       
    Thu Feb 21 16:56:53 CET 2013
    
    
  
Hi,
On 21/02/13 14:47, Bjørn Forsman wrote:
> I can select 'ignore and continue' to continue, but there's clearly
> something wrong here.
I ran into this as well a few days ago.  If your configuration has "fileSystems"
as a list, try turning it into an attribute set.  I.e.
  fileSystems = [ { mountPoint = "/"; device = ...; } ];
should become
  fileSystems."/".device = ...;
This will allow the qemu-vm.nix module to override the fstab entry for /.
-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
    
    
More information about the nix-dev
mailing list