[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-37-g5c8257172
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-03-20 13:29:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 5c82571723fa8581ec6d856bb040e4c7059104f0 (commit)
from ecf4d84974ec0af56e31b4f78107f6c46bfd9bc8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5c82571723fa8581ec6d856bb040e4c7059104f0
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Mar 20 14:14:04 2019 +0100
[ROOTFS] opos6ul: set HOME-DATA partition type to auto in fstab
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/rootfs/post_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot/target/device/armadeus/rootfs/post_build.sh b/buildroot/target/device/armadeus/rootfs/post_build.sh
index c033193c9..f36a4b04c 100755
--- a/buildroot/target/device/armadeus/rootfs/post_build.sh
+++ b/buildroot/target/device/armadeus/rootfs/post_build.sh
@@ -62,7 +62,7 @@ if [ "$3" == "imx6ul" ]; then
# Ask to mount HOME-DATA partition at each boot:
grep mmcblk0p3 $1/etc/fstab
if [ "$?" != "0" ]; then
- echo "/dev/mmcblk0p3 /home ext4 defaults 0 0" >> $1/etc/fstab
+ echo "/dev/mmcblk0p3 /home auto defaults 0 0" >> $1/etc/fstab
fi
fi
hooks/post-receive
--
armadeus
|