Skip to content

changing default os / boot is not working #4

@dev-jam

Description

@dev-jam

Changing default os in boot.ini.multi does not work.

boot.ini.multi uses:

default_os=${DEFAULT_OS}

init file uses:

DEFAULTBOOT="${x#default_boot=}"

Solution: two changes in 'init':

default_boot=*)
DEFAULTBOOT="${x#default_boot=}"

default_os=*)
DEFAULTBOOT="${x#default_os=}"

But you might want to use the same variable name in all scripts for ease of coding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions