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

@ -3,8 +3,10 @@
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DESC="Auto deployment configuration from media"
. /etc/profile
if [ -z "$DISK" ]; then
DISK="mmcblk1"
DISK="mmcblk0"
fi
case "$1" in