From 8069f0b1938fb66b10098627a3e3166f69c0e166 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 26 Feb 2009 11:03:29 +0200 Subject: initramfs: bootchart integration with init modifications to makefile and initramfs init that were left out from previous commit. --- alpine.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'alpine.mk') diff --git a/alpine.mk b/alpine.mk index 6a5f29c..627d3eb 100755 --- a/alpine.mk +++ b/alpine.mk @@ -162,6 +162,10 @@ $(INITFS_DIR)/init: initramfs-init $(INITFS_DIRSTAMP) @echo "==> initramfs: init script" @cp initramfs-init "$(INITFS_DIR)/init" +$(INITFS_DIR)/sbin/bootchartd: bootchartd $(INITFS_DIRSTAMP) + @echo "==> initramfs: bootchartd" + @cp bootchartd "$(INITFS_DIR)/sbin/bootchartd" + ifeq ($(APK_BIN),) $(INITFS_DIR)/sbin/apk: $(APK_TOOLS_APK) $(INITFS_DIRSTAMP) @echo "==> initramfs: $(notdir $(APK_TOOLS_APK))" @@ -190,7 +194,7 @@ $(INITFS_MODDIRSTAMP): $(INITFS_DIRSTAMP) $(INITFS_MODFILES) $(MODLOOP_DIRSTAMP) @depmod $(KERNEL) -b $(INITFS_DIR) @touch $(INITFS_MODDIRSTAMP) -$(INITFS): $(INITFS_DIRSTAMP) $(INITFS_DIR)/init $(INITFS_DIR)/sbin/apk $(INITFS_MODDIRSTAMP) $(INITFS_BASEFILES) +$(INITFS): $(INITFS_DIRSTAMP) $(INITFS_DIR)/init $(INITFS_DIR)/sbin/bootchartd $(INITFS_DIR)/sbin/apk $(INITFS_MODDIRSTAMP) $(INITFS_BASEFILES) @echo "==> initramfs: creating $(notdir $(INITFS))" @(cd $(INITFS_DIR) && find . | cpio -o -H newc | gzip -9) > $(INITFS) -- cgit v1.2.3-70-g09d2