From: Stefan Schantl Date: Sun, 17 May 2009 19:04:34 +0000 (+0200) Subject: Added additional information to lfs/mkinitramfs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b32e57069b9465a522ef0ea31d46a52a0868c3;p=ipfire-3.x.git Added additional information to lfs/mkinitramfs. --- diff --git a/lfs/mkinitramfs b/lfs/mkinitramfs index 38206cb90..48c40f6b8 100644 --- a/lfs/mkinitramfs +++ b/lfs/mkinitramfs @@ -26,15 +26,30 @@ include Config PKG_NAME = mkinitramfs PKG_VER = ipfire +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DIR_APP = $(DIR_SOURCE)/$(PKG_NAME) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Boot CORE = yes EXTRA = no DEBUG = no +DEPS = + +URL = http://tools.assembla.com/mkinitramfs +LICENSE = GPL +SHORT_DESC = A tool to create initramfs images. + +define LONG_DESC + mkinitramfs is intended to create the ultimate initramfs image. It's \ + designed to boot from any media (SATA, PATA, SCSI, USB, CD-ROM, etc.) \ + without any changes being made to your disk. However, it is very \ + simple (about 400 lines of code). +endef ############################################################################### # Top-level Rules