0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Fix VirtualBox image generation

http://hydra.nixos.org/build/9905410
This commit is contained in:
Eelco Dolstra 2014-03-31 11:15:11 +02:00
parent c20383e756
commit 5ba0d51f68

View file

@ -92,7 +92,7 @@ with pkgs.lib;
--audiocontroller ac97 --audio alsa \ --audiocontroller ac97 --audio alsa \
--rtcuseutc on \ --rtcuseutc on \
--usb on --mouse usbtablet --usb on --mouse usbtablet
VBoxManage storagectl "$vmName" --name SATA --add sata --sataportcount 4 --bootable on --hostiocache on VBoxManage storagectl "$vmName" --name SATA --add sata --portcount 4 --bootable on --hostiocache on
VBoxManage storageattach "$vmName" --storagectl SATA --port 0 --device 0 --type hdd \ VBoxManage storageattach "$vmName" --storagectl SATA --port 0 --device 0 --type hdd \
--medium ${config.system.build.virtualBoxImage}/disk.vdi --medium ${config.system.build.virtualBoxImage}/disk.vdi