mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +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"
|
||||
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