]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/mkinitramfs.
authorStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 19:04:34 +0000 (21:04 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 19:04:34 +0000 (21:04 +0200)
lfs/mkinitramfs

index 38206cb909f5b35a5928759f196399d0da0cd8b3..48c40f6b8bb2709a77036af0c8cc46ae8592e435 100644 (file)
@@ -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