From: Victor Martinez Date: Mon, 15 Oct 2012 18:52:07 +0000 (+0000) Subject: Added code to override the user@host string displayed during boot and in /proc/version X-Git-Url: http://gitweb/?a=commitdiff_plain;h=08802fafac203eb0f508568dcde1fa12e7bebbd7;p=kernel%2Fversatile.git Added code to override the user@host string displayed during boot and in /proc/version --- diff --git a/Makefile b/Makefile index 556593c..78bf31d 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +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 cd $(WORK)/linux-$(KERNEL_VERSION) && \ make mrproper && \ cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config && \