correct PATH in overlay scripts
This commit is contained in:
parent
7b75b29500
commit
70caa69660
@ -6,6 +6,7 @@ if [[ $(/usr/bin/id -u) -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
if [ ! -e /boot/diya-config.txt ]; then
|
if [ ! -e /boot/diya-config.txt ]; then
|
||||||
# prepare env for recovery boot
|
# prepare env for recovery boot
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
||||||
DESC="Auto deployment configuration from media"
|
DESC="Auto deployment configuration from media"
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
if [ -z "$DISK" ]; then
|
if [ -z "$DISK" ]; then
|
||||||
DISK="mmcblk0"
|
DISK="mmcblk0"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
if [ -z "$DISK" ]; then
|
if [ -z "$DISK" ]; then
|
||||||
DISK="mmcblk0"
|
DISK="mmcblk0"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
||||||
DESC="Custom configuration"
|
DESC="Custom configuration"
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
if [ -z "$DISK" ]; then
|
if [ -z "$DISK" ]; then
|
||||||
DISK="mmcblk0"
|
DISK="mmcblk0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user