[OE-core] [PATCH 1/1] initscripts/sysfs.sh: mount debugfs if present

2012-09-21 Thread tom . zanussi
From: Tom Zanussi debugfs is another kernel virtual file system that should be mounted if configured, so if it's configured into the kernel, mount it. Signed-off-by: Tom Zanussi --- meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh | 4 meta/recipes-core/initscripts/initscripts_1.0.b

Re: [OE-core] [PATCH 1/1] initscripts/sysfs.sh: mount debugfs if present

2012-09-24 Thread Richard Purdie
On Fri, 2012-09-21 at 14:11 -0500, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > debugfs is another kernel virtual file system that should be mounted > if configured, so if it's configured into the kernel, mount it. > > Signed-off-by: Tom Zanussi > --- > meta/recipes-core/initscripts/in