[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-266-gb45039b
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-04-04 16:26:54
|
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 b45039ba27c2afe39e7837e809d86f06f953f7a5 (commit)
from 3a4ace84416370bb04bb8c6e60a6ba81afdc6724 (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 b45039ba27c2afe39e7837e809d86f06f953f7a5
Author: Julien BOIBESSOT <jul...@ar...>
Date: Tue Apr 4 18:26:36 2017 +0200
[ROOTFS] Rename /etc/init.d/S01firstboot to S11firstboot, as it need to be run after S10mdev
-----------------------------------------------------------------------
Summary of changes:
.../rootfs/target_overlay/etc/init.d/{S01firstboot => S11firstboot} | 1 +
1 file changed, 1 insertion(+)
rename buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/{S01firstboot => S11firstboot} (93%)
diff --git a/buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/S01firstboot b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/S11firstboot
similarity index 93%
rename from buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/S01firstboot
rename to buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/S11firstboot
index 06d5e2a..668b28b 100755
--- a/buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/S01firstboot
+++ b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/init.d/S11firstboot
@@ -1,5 +1,6 @@
#!/bin/sh
#
+# needs to be run after mdev as it uses /dev/root
FIRST_BOOT=/boot/.first_boot
hooks/post-receive
--
armadeus
|