mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Merge branch 'thingos' into better-firmware-update
This commit is contained in:
commit
6321d13522
@ -41,15 +41,15 @@ trap on_exit EXIT
|
|||||||
msg "Waiting for sdcard"
|
msg "Waiting for sdcard"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
|
msg "Mounting pseudo filesystems"
|
||||||
|
mount -t devtmpfs devtmpfs /dev
|
||||||
|
mount -t proc proc /proc
|
||||||
|
|
||||||
if [ -x /prepare_initramfs ]; then
|
if [ -x /prepare_initramfs ]; then
|
||||||
msg "Preparing initramfs"
|
msg "Preparing initramfs"
|
||||||
/prepare_initramfs
|
/prepare_initramfs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg "Mounting pseudo filesystems"
|
|
||||||
mount -t devtmpfs devtmpfs /dev
|
|
||||||
mount -t proc proc /proc
|
|
||||||
|
|
||||||
msg "Mounting boot partition"
|
msg "Mounting boot partition"
|
||||||
mount $BOOT_DEV /boot
|
mount $BOOT_DEV /boot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user