Odroid_Multiboot icon indicating copy to clipboard operation
Odroid_Multiboot copied to clipboard

changing default os / boot is not working

Open dev-jam opened this issue 9 years ago • 1 comments

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.

dev-jam avatar Jan 31 '17 23:01 dev-jam

I also have this issue

crazyquark avatar Apr 19 '17 19:04 crazyquark