From 0cfbc60b055c6855a52063532c1cf090e4762fea Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 10 Jun 2017 12:05:25 +0200 Subject: [PATCH] docs: releases/v2017.1: add note about x86 image sizes --- docs/releases/v2017.1.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/releases/v2017.1.rst b/docs/releases/v2017.1.rst index ccea6caa..52a1bae1 100644 --- a/docs/releases/v2017.1.rst +++ b/docs/releases/v2017.1.rst @@ -19,6 +19,17 @@ lead to x86 systems losing their configuration when upgrading to Gluon 2017.1!** Older Gluon versions should be upgraded to 2016.2.6 first before switching to 2017.1. +Another potential issue mostly affects virtual machines: Gluon 2017.1 images are +bigger than 2016.2.x images on x86. If your virtual harddisk is based on a +2016.2.x image, it must be resized to 273MB or bigger before upgrading to Gluon +2017.1. Using qemu, the command + +:: + + qemu-img resize $IMAGE 273MB + +can be used to do this. + Added hardware support ~~~~~~~~~~~~~~~~~~~~~~