Author: ludo
Date: Wed Jun 15 07:23:40 2011
New Revision: 27460
URL: https://svn.nixos.org/websvn/nix/?rev=27460&sc=1

Log:
hurd: Double the size of the QEMU partition.

Modified:
   hydra-config/gnu/trunk/hurd/release.nix

Modified: hydra-config/gnu/trunk/hurd/release.nix
==============================================================================
--- hydra-config/gnu/trunk/hurd/release.nix     Tue Jun 14 17:09:19 2011        
(r27459)
+++ hydra-config/gnu/trunk/hurd/release.nix     Wed Jun 15 07:23:40 2011        
(r27460)
@@ -186,7 +186,7 @@
           # Command to build the disk image.
           buildCommand = let hd = "vda"; dollar = "\\\$"; in ''
             ${pkgs.parted}/sbin/parted /dev/${hd} \
-               mklabel msdos mkpart primary ext2 1MiB 100MiB
+               mklabel msdos mkpart primary ext2 1MiB 200MiB
             mknod /dev/${hd}1 b 254 1
 
             ${pkgs.e2fsprogs}/sbin/mke2fs -o hurd -F /dev/${hd}1
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to