summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-25 12:34:05 +0000
committerjhb <jhb@FreeBSD.org>2009-06-25 12:34:05 +0000
commit9a27798fa1cde67ed249d166ee358fee1a684179 (patch)
tree8f8f86428167d5f04a144e2b7fd3eb368980ed90 /usr.sbin
parentea70a3542dc7bf7a2e16d5d9c4639fd211a395b6 (diff)
downloadFreeBSD-src-9a27798fa1cde67ed249d166ee358fee1a684179.zip
FreeBSD-src-9a27798fa1cde67ed249d166ee358fee1a684179.tar.gz
Raise the default size of the EFI partition on ia64 from 100MB to 400MB.
A fresh install of a current 8.0 snapshot uses 156MB with a single kernel and having the filesystem too small prevented the system from booting. Reviewed by: marcel MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c
index 08690f6..ff1ec48 100644
--- a/usr.sbin/sysinstall/label.c
+++ b/usr.sbin/sysinstall/label.c
@@ -1389,7 +1389,7 @@ try_auto_label(Device **devs, Device *dev, int perc, int *req)
#ifdef __ia64__
AutoEfi = NULL;
if (EfiChunk == NULL) {
- sz = 100 * ONE_MEG;
+ sz = 400 * ONE_MEG;
AutoEfi = Create_Chunk_DWIM(label_chunk_info[here].c->disk,
label_chunk_info[here].c, sz, efi, 0, 0);
if (AutoEfi == NULL) {
OpenPOWER on IntegriCloud