[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-824-ge20125c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-08-07 07:50:42
|
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 e20125c49e1b3ae658419dccc49c5133785e66fc (commit)
from f9d608ce1b7cca781df62b9b0b21c534b6bd8c5e (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 e20125c49e1b3ae658419dccc49c5133785e66fc
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 7 09:45:16 2015 +0200
[BUILDROOT] e2rm usage to remove stuff in /boot of rootfs.ext4 image seems not very ext4 friendly, so hold on this feature for upcoming 6.0 release
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/rootfs/post_image_creation.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/post_image_creation.sh b/buildroot/target/device/armadeus/rootfs/post_image_creation.sh
index ba155fa..037c7b0 100755
--- a/buildroot/target/device/armadeus/rootfs/post_image_creation.sh
+++ b/buildroot/target/device/armadeus/rootfs/post_image_creation.sh
@@ -55,9 +55,9 @@ if [ -f "$1/rootfs.ext4" ]; then
mke2img -d $1/../target/boot/ -G 4 -o $1/boot.ext4
symlink_image $1 boot.ext4 $2-boot.ext4
# make a copy of rootfs for MMC/SD usage:
- cp $1/rootfs.ext4 $1/rootfs-for-sd.ext4
+ #cp $1/rootfs.ext4 $1/rootfs-for-sd.ext4
# cleanup /boot in eMMC rootfs:
- e2rm $1/rootfs.ext4:/boot/*
+ #e2rm $1/rootfs.ext4:/boot/*
fi
# generate full HD/MMC image if config file found
hooks/post-receive
--
armadeus
|