[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1060/8267] initramfs-framework: base: Ensures /run/lock is available



commit 2f9b8e9134bebc631e77a7436e4a23fe05f13129
Author: Otavio Salvador <otavio ossystems com br>
Date:   Mon Jun 20 15:23:53 2016 -0300

    initramfs-framework: base: Ensures /run/lock is available
    
    Depending on the module we use, the /run/lock may be required. This
    creates it as part of initial setup and thus makes it available for
    every sub module.
    
    (From OE-Core rev: 1cf288a0514ae9365fe55a0ff90b5abe35042cef)
    
    Signed-off-by: Otavio Salvador <otavio ossystems com br>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../initrdscripts/initramfs-framework/init         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init 
b/meta/recipes-core/initrdscripts/initramfs-framework/init
index 204f237..37527a8 100755
--- a/meta/recipes-core/initrdscripts/initramfs-framework/init
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/init
@@ -76,8 +76,8 @@ MODULES_DIR=/init.d  # place to look for modules
 # make mount stop complaining about missing /etc/fstab
 touch /etc/fstab
 
-# initialize /proc, /sys and /var/lock
-mkdir -p /proc /sys /var/lock
+# initialize /proc, /sys, /run/lock and /var/lock
+mkdir -p /proc /sys /run/lock /var/lock
 mount -t proc proc /proc
 mount -t sysfs sysfs /sys
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]