From 1735214d67f48c06a167d1e68329960aa7fe2d20 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 19 Oct 2012 15:09:45 +0000 Subject: [PATCH] Fixed code to override the user@host string displayed during boot and in /proc/version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a0e5d6..579e36d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ $(WORK)/linux-$(KERNEL_VERSION).tar.bz2: $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 config-$(KERNEL_VERSION) tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 - sed -e 's|`whoami`|devel|' -e 's|`hostname .*`|crux-arm.nu|' -i $(WORK)/linux-$(KERNEL_VERSION)/scripts/mkcompile_h + sed -e 's|LINUX_COMPILE_BY=.*|LINUX_COMPILE_BY=devel|g' -e 's|`hostname`|crux-arm.nu|g' -i $(WORK)/linux-$(KERNEL_VERSION)/scripts/mkcompile_h cd $(WORK)/linux-$(KERNEL_VERSION) && \ make mrproper && \ cp -v $(PWD)/config-$(KERNEL_VERSION) .config && \ -- 2.26.2