Update bootloader

This commit is contained in:
Pascal Vizeli
2018-03-22 18:49:56 +01:00
parent 4cacbdd303
commit 264c62d38d
11 changed files with 50 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
global bootchooser.targets
global bootchooser.system0.boot
global bootchooser.system1.boot
[ -z "${global.bootchooser.targets}" ] && global.bootchooser.targets="system0 system1"
[ -z "${global.bootchooser.system0.boot}" ] && global.bootchooser.system0.boot="system0"
[ -z "${global.bootchooser.system1.boot}" ] && global.bootchooser.system1.boot="system1"