pushed On 08/11/2010 07:46 PM, Andrey Borzenkov wrote:
- create /lib/bootchart in initramfs, not in live filesystem - use proper dracut API to install files Signed-off-by: Andrey Borzenkov<arvidjaar@xxxxxxx> --- modules.d/00bootchart/install | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules.d/00bootchart/install b/modules.d/00bootchart/install index ff29de0..8738815 100644 --- a/modules.d/00bootchart/install +++ b/modules.d/00bootchart/install @@ -2,8 +2,8 @@ inst /sbin/bootchartd inst /bin/bash -ln -s /init "${initdir}/sbin/init" -mkdir -p /lib/bootchart/ +inst_symlink /init /sbin/init +inst_dir /lib/bootchart/ inst /lib/bootchart/bootchart-collector inst /etc/bootchartd.conf inst /sbin/accton @@ -12,4 +12,5 @@ inst /bin/echo inst /bin/grep inst /bin/usleep inst /usr/bin/[ /bin/[ + mknod -m 0666 "${initdir}/dev/null" c 1 3 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
-- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html