>From 41da9036468d77d98ee65e26e0fbf63c9158671d Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Fri, 13 Nov 2009 09:33:28 -0500 Subject: [PATCH 04/14] setup tmpdisk with enough space for larger RHEL6 kernels --- scripts/zpxe.rexx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/scripts/zpxe.rexx b/scripts/zpxe.rexx index b187b2e..290d1da 100644 --- a/scripts/zpxe.rexx +++ b/scripts/zpxe.rexx @@ -61,8 +61,10 @@ if lines(config) > 0 then do end /* Define temporary disk (VDISK) to store files */ +'set vdisk syslim infinite' +'set vdisk userlim infinite' 'detach ffff' /* detach ffff if present */ -'define vfb-512 as ffff blk 100000' /* 512 byte block size =~ 50 MB */ +'define vfb-512 as ffff blk 200000' /* 512 byte block size =~ 100 MB */ queue '1' queue 'tmpdsk' 'format ffff t' /* format VDISK as file mode t */ -- 1.6.6.1