summaryrefslogtreecommitdiffstats
path: root/defaultenv/defaultenv-2-base/data/boot-template
blob: 9297499036f867ffae8c70fc8a4b734d2e08b14f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

if [ "$1" = menu ]; then
	boot-menu-add-entry "$0" "<menu text here>"
	exit
fi

global.bootm.image=<path to image>
#global.bootm.oftree=<path to oftree>
#global.bootm.initrd=<path to initrd>

#bootargs-ip

global.linux.bootargs.dyn.root="root=<rootfs here>"