svn path=/nixos/trunk/; revision=19624

This commit is contained in:
Eelco Dolstra 2010-01-22 21:07:06 +00:00
parent 50430f19e1
commit cb728f833f

View file

@ -69,8 +69,9 @@ with pkgs.lib;
[ { mountPoint = "/"; [ { mountPoint = "/";
device = "/dev/disk/by-label/nixos"; device = "/dev/disk/by-label/nixos";
} }
{ mountPoint = "/mnt"; { mountPoint = "/data";
device = "/dev/sda2"; device = "/dev/sda2";
autocreate = true;
} }
]; ];