From 13304193c0fa7a79b81211013754fdc77fdba24c Mon Sep 17 00:00:00 2001 From: Richard Tollerton Date: Tue, 22 Jul 2014 15:23:36 -0500 Subject: sysvinit: bootlogd: ensure /var/log/boot is created in volatiles bootlogd does not write to /var/log/boot if it does not exist, so if using the volatiles facility (presumed to mount /var/log under a tmpfs), ensure that /var/log/boot gets created. (From OE-Core rev: 283d109098358c06ff10daaf612e5a244691d7ac) Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton Signed-off-by: Richard Purdie --- meta/recipes-core/sysvinit/sysvinit/01_bootlogd | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-core/sysvinit/sysvinit/01_bootlogd (limited to 'meta/recipes-core/sysvinit/sysvinit') diff --git a/meta/recipes-core/sysvinit/sysvinit/01_bootlogd b/meta/recipes-core/sysvinit/sysvinit/01_bootlogd new file mode 100644 index 0000000000..a689d92d63 --- /dev/null +++ b/meta/recipes-core/sysvinit/sysvinit/01_bootlogd @@ -0,0 +1 @@ +f root root 0644 /var/log/boot none -- cgit v1.2.3-54-g00ecf