refactory recipes, move system dependencies code to board specific layer
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
#! /bin/sh
|
||||
. /etc/profile
|
||||
|
||||
if [ -z "$DISK" ]; then
|
||||
DISK="mmcblk1"
|
||||
DISK="mmcblk0"
|
||||
fi
|
||||
|
||||
if [ "$(/usr/bin/id -u)" -ne 0 ]; then
|
||||
|
Reference in New Issue
Block a user