1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-03 06:31:10 +02:00

add system update tools

This commit is contained in:
DanyLE
2023-08-02 17:51:11 +02:00
parent c6e7fb2290
commit c0bc10f434
3 changed files with 146 additions and 3 deletions

View File

@ -58,7 +58,7 @@ fatal() {
EFI_DIR=/sys/firmware/efi # place to store device firmware information
# initialize /proc, /sys, /run/lock and /var/lock
mkdir -p /proc /sys /run/lock /var/lock /var/run
mkdir -p /proc /sys /run/lock /var/lock /var/run /home
mount -t proc proc /proc
mount -t sysfs sysfs /sys