summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/efika-mx-smartbook/env/boot/hd-internal
blob: 2233f1426999cb6a4ff2fd4e938b468dca54d32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

path="/mnt/internal-hd0.0"

global.bootm.image="${path}/linuximage"

oftree=${path}/oftree
if [ -f $oftree ]; then
	global.bootm.oftree="$oftree"
fi

global.linux.bootargs.dyn.root="root=/dev/sda2"