From 5387b01af999e4dc5e5450054667965512f17970 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 15 Nov 2013 17:14:37 +0000 Subject: [PATCH] Make sorting of ramdisk init elements explicit. We assemble the init script of ramdisks with the fragments from included elements, alphabetically. We now place leading numbers on all of the fragments we ship, to make it more obvious to element authors and downstream users, how the process works. Closes-Bug: #1251706 Change-Id: I56b0d42971c8c462eddcfe1769f8124405e1233c --- elements/deploy-kexec/init.d/{zdeploy-kexec => 81-deploy-kexec} | 0 elements/deploy/init.d/{deploy => 80-deploy} | 0 elements/hwburnin/init.d/{hwburnin => 70-hwburnin} | 0 elements/hwdiscovery/init.d/{hwdiscovery => 60-hwdiscovery} | 0 elements/mellanox/init.d/{mellanox => 05-mellanox} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename elements/deploy-kexec/init.d/{zdeploy-kexec => 81-deploy-kexec} (100%) rename elements/deploy/init.d/{deploy => 80-deploy} (100%) rename elements/hwburnin/init.d/{hwburnin => 70-hwburnin} (100%) rename elements/hwdiscovery/init.d/{hwdiscovery => 60-hwdiscovery} (100%) rename elements/mellanox/init.d/{mellanox => 05-mellanox} (100%) diff --git a/elements/deploy-kexec/init.d/zdeploy-kexec b/elements/deploy-kexec/init.d/81-deploy-kexec similarity index 100% rename from elements/deploy-kexec/init.d/zdeploy-kexec rename to elements/deploy-kexec/init.d/81-deploy-kexec diff --git a/elements/deploy/init.d/deploy b/elements/deploy/init.d/80-deploy similarity index 100% rename from elements/deploy/init.d/deploy rename to elements/deploy/init.d/80-deploy diff --git a/elements/hwburnin/init.d/hwburnin b/elements/hwburnin/init.d/70-hwburnin similarity index 100% rename from elements/hwburnin/init.d/hwburnin rename to elements/hwburnin/init.d/70-hwburnin diff --git a/elements/hwdiscovery/init.d/hwdiscovery b/elements/hwdiscovery/init.d/60-hwdiscovery similarity index 100% rename from elements/hwdiscovery/init.d/hwdiscovery rename to elements/hwdiscovery/init.d/60-hwdiscovery diff --git a/elements/mellanox/init.d/mellanox b/elements/mellanox/init.d/05-mellanox similarity index 100% rename from elements/mellanox/init.d/mellanox rename to elements/mellanox/init.d/05-mellanox