refactory recipes, move system dependencies code to board specific layer

This commit is contained in:
DanyLE
2025-03-27 11:41:46 +01:00
parent b333742f9f
commit 8791a5d86d
5 changed files with 13 additions and 25 deletions

View File

@ -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