From c716747cce830c014111aa27d311c7514e97872c Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 5 May 2012 14:23:51 +0000 Subject: [PATCH] Need a slighty bigger boot image to contain the efi shell svn path=/nixos/trunk/; revision=33986 --- modules/installer/cd-dvd/iso-image.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/installer/cd-dvd/iso-image.nix b/modules/installer/cd-dvd/iso-image.nix index 060dd2d2d32..cf76151c2ae 100644 --- a/modules/installer/cd-dvd/iso-image.nix +++ b/modules/installer/cd-dvd/iso-image.nix @@ -133,8 +133,8 @@ let # The efi boot image efiImg = pkgs.runCommand "efi-image_eltorito" {} '' - #Let's hope 8M is enough - dd bs=2048 count=4096 if=/dev/zero of="$out" + #Let's hope 10M is enough + dd bs=2048 count=5120 if=/dev/zero of="$out" ${pkgs.dosfstools}/sbin/mkfs.vfat "$out" ${pkgs.mtools}/bin/mmd -i "$out" efi ${pkgs.mtools}/bin/mmd -i "$out" efi/boot