Merge branch 'thingos' into better-firmware-update

This commit is contained in:
Calin Crisan 2017-03-07 21:21:47 +02:00
commit 6321d13522

View File

@ -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