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

fix: better handling of boot order when running v.CloudInit() method #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 16, 2023

  1. fix: better handling of boot order when running v.CloudInit() method

    Fixes running the v.CloudInit() method in the case that the boot devices parameter is unset.
    
    Also adds some functions for messing with boot devices in general. Mostly because I'm extremely undecided with how we should alter the boot order when doing the CloudInit() method, or if we should even alter it in the first place.
    
    I'm guessing the reason this method changes the boot order is to make sure that the added cloud-init ISO is not the first boot device? So I'm not sure if we should just remove it from the boot order entirely, or if we should set it to the last boot device.
    b- committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    36bd04c View commit details
    Browse the repository at this point in the history