Eelco Dolstra
|
6d6fb43498
|
Bump the amount of memory for VirtualBox image generation
http://hydra.nixos.org/build/5509519
|
2013-07-11 13:18:51 +02:00 |
|
Eelco Dolstra
|
5c668542f5
|
Remove virtualbox-config.nix, it's actually not useful
|
2013-07-03 14:19:43 +02:00 |
|
Eelco Dolstra
|
1a2e4f37d0
|
release.nix: Generate a VirtualBox image
|
2013-07-02 11:04:31 +02:00 |
|
Eelco Dolstra
|
001ddd1799
|
Get the VirtualBox image generation to work again
|
2013-01-24 16:42:37 +01:00 |
|
Rob Vermaas
|
207d30b6f3
|
Fix VirtualBox image generation: switch-to-configuration in chroot needs /bin/sh
|
2013-01-04 10:58:56 +01:00 |
|
Eelco Dolstra
|
458f36f5f1
|
Turn fileSystems into an attribute set
So now you can write
fileSystems =
[ { mountPoint = "/";
device = "/dev/sda1";
}
];
as
fileSystems."/".device = "/dev/sda1";
|
2012-11-02 18:02:12 +01:00 |
|
Eelco Dolstra
|
b3b6b8ad60
|
virtualbox-image.nix: VirtualBox disks are /dev/sda, not /dev/vda
|
2012-07-24 19:07:03 -04:00 |
|
Eelco Dolstra
|
5a0cf5e7b6
|
Use ext4 for VirtualBox images
|
2012-07-23 14:01:10 -04:00 |
|
Rob Vermaas
|
a525074f43
|
increase size of virtualbox image
svn path=/nixos/trunk/; revision=33357
|
2012-03-22 12:58:45 +00:00 |
|
Eelco Dolstra
|
933ce8e9c8
|
* Module for building a VirtualBox disk image (.vdi). TODO: merge
this with the Amazon and Nova image builders.
svn path=/nixos/trunk/; revision=32570
|
2012-02-25 21:36:00 +00:00 |
|