Commit 468b7fc7 authored by Florent Revest's avatar Florent Revest

initramfs-boot-android: Replace an echo usage with a call to info which...

initramfs-boot-android: Replace an echo usage with a call to info which redirects its output to printk that are logged
parent 251344c7
...@@ -30,7 +30,7 @@ setup_devtmpfs() { ...@@ -30,7 +30,7 @@ setup_devtmpfs() {
test -c $1/dev/socket || mkdir -m 0755 $1/dev/socket test -c $1/dev/socket || mkdir -m 0755 $1/dev/socket
} }
echo "Mounting relevant filesystems ..." info "Mounting relevant filesystems ..."
mkdir -m 0755 /proc mkdir -m 0755 /proc
mount -t proc proc /proc mount -t proc proc /proc
mkdir -m 0755 /sys mkdir -m 0755 /sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment