From e10a8a8b7fca4a8b16841ca8e2fdd140c5b06bae Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 21 Dec 2015 21:11:13 +0100 Subject: [PATCH] flashimage.mk: copy linuxrc and use it only in flashimage --- make/flashimage.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/flashimage.mk b/make/flashimage.mk index c021eca..bc37f44 100755 --- a/make/flashimage.mk +++ b/make/flashimage.mk @@ -12,6 +12,7 @@ flash-prepare: $(MAKE) flash-customize tar zcf $(BUILD_TMP)/rootfs.tar.gz -C $(BUILD_TMP)/install .; \ rm -fr $(BUILD_TMP)/install/oldroot + cp -a $(SCRIPTS)/linuxrc $(BUILD_TMP)/install ifeq ($(PLATFORM), nevis) -- 2.39.5