From: Michael Tremer Date: Sat, 16 May 2009 08:29:50 +0000 (+0200) Subject: Silent boot. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234b81a5f43abb2cbd587f429371b5949211efaf;p=ipfire-3.x.git Silent boot. --- diff --git a/lfs/bootutils b/lfs/bootutils index bda6ba9c1..cce57944b 100644 --- a/lfs/bootutils +++ b/lfs/bootutils @@ -54,7 +54,8 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) +objects = $(DL_FILE) \ + $(THISAPP)-silent-boot-1.patch download: $(objects) @@ -76,6 +77,7 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-silent-boot-1.patch cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \