mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
fwupdater initramfs: call prepare after mounting /dev and /proc
This commit is contained in:
parent
444ac11a5d
commit
040dc6373d
@ -41,15 +41,15 @@ trap on_exit EXIT
|
||||
msg "Waiting for sdcard"
|
||||
sleep 2
|
||||
|
||||
msg "Mounting pseudo filesystems"
|
||||
mount -t devtmpfs devtmpfs /dev
|
||||
mount -t proc proc /proc
|
||||
|
||||
if [ -x /prepare_initramfs ]; then
|
||||
msg "Preparing initramfs"
|
||||
/prepare_initramfs
|
||||
fi
|
||||
|
||||
msg "Mounting pseudo filesystems"
|
||||
mount -t devtmpfs devtmpfs /dev
|
||||
mount -t proc proc /proc
|
||||
|
||||
msg "Mounting boot partition"
|
||||
mount $BOOT_DEV /boot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user