Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot space too small #55

Merged
merged 2 commits into from
Mar 5, 2019
Merged

Boot space too small #55

merged 2 commits into from
Mar 5, 2019

Commits on Mar 4, 2019

  1. Revert location change from /usr/share to /boot

    This reverts commit 66dd8d4.
    If there is an extra boot partition and it's too small we
    are not able to install the migration system and the customer
    will not be able to use the migration concept. The image is
    usually around ~300MB of size and that can often be too much
    for an extra boot partition which is often designed to be small
    schaefi committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    8efee0e View commit details
    Browse the repository at this point in the history
  2. Add rootpart detection to grub activation script

    The live migration image gets installed to the system again
    because of the space limitation on /boot. This affects the
    menuentry created on grub side in a way that we can't use
    the pre-allocated pointer to the boot device but have to search
    the root partition like in a real grub root entry. This patch
    adds the needed code changes to locate the root part, insert
    the needed filesystem module and initializes the root variable
    to allow the loopback loading of the image. This Fixes #54
    schaefi committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    72378fb View commit details
    Browse the repository at this point in the history