mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-01 05:31:02 +02:00
Compare commits
1 Commits
692ad53c19
...
37a3490424
Author | SHA1 | Date | |
---|---|---|---|
37a3490424 |
@ -10,8 +10,7 @@ exec_enabled() {
|
|||||||
|
|
||||||
exec_run() {
|
exec_run() {
|
||||||
if [ ! -d $EXEC_DIR ]; then
|
if [ ! -d $EXEC_DIR ]; then
|
||||||
msg "No contents to exec in $EXEC_DIR. Starting shell ..."
|
msg "No contents to exec in $EXEC_DIR. skipping ..."
|
||||||
sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load and run modules
|
# Load and run modules
|
||||||
|
@ -159,5 +159,7 @@ for m in $MODULES_DIR/*; do
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
exec /sbin/init
|
||||||
|
|
||||||
# Catch all
|
# Catch all
|
||||||
fatal "ERROR: Initramfs failed to initialize the system."
|
fatal "ERROR: Initramfs failed to initialize the system."
|
||||||
|
Reference in New Issue
Block a user