1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

add base initscripts to initramfs image

This commit is contained in:
DanyLE
2023-08-02 16:33:43 +02:00
parent 46bb69221a
commit 6eae0b51c0
2 changed files with 2 additions and 4 deletions

View File

@ -57,9 +57,6 @@ fatal() {
# Variables shared amoung modules
EFI_DIR=/sys/firmware/efi # place to store device firmware information
# make mount stop complaining about missing /etc/fstab
touch /etc/fstab
# initialize /proc, /sys, /run/lock and /var/lock
mkdir -p /proc /sys /run/lock /var/lock /var/run
mount -t proc proc /proc