summaryrefslogtreecommitdiff
path: root/mkinitramfs-kpkg.8
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-12-28 21:28:00 +0100
committermaximilian attems <max@stro.at>2011-02-23 18:12:38 +0100
commit08d4895152e45ba1c4c645910b26dc8c0b214b75 (patch)
treef70db5014652effff977e86287c9fd75a05b6953 /mkinitramfs-kpkg.8
parent6cab0eccd015a443157c83643ec5aff9505bdc23 (diff)
initramfs-tools: Remove mkinitramfs-kpkg
This is an unused old mkinitramfs wrapper. These days update-initramfs is to be called. No point in keeping that old thing around, as it shouldn't be used anymore since Lenny. Closes: #502792 Signed-off-by: maximilian attems <max@stro.at> Reviewed-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'mkinitramfs-kpkg.8')
-rw-r--r--mkinitramfs-kpkg.852
1 files changed, 0 insertions, 52 deletions
diff --git a/mkinitramfs-kpkg.8 b/mkinitramfs-kpkg.8
deleted file mode 100644
index 0e8783e..0000000
--- a/mkinitramfs-kpkg.8
+++ /dev/null
@@ -1,52 +0,0 @@
-.TH MKINITRAMFS-KPKG 8 "2008/12/19" "Linux" "mkinitramfs-kpkg manual"
-
-.SH NAME
-mkinitramfs-kpkg \- generates an initramfs image for kernel-package
-
-.SH SYNOPSIS
-.B mkinitramfs
-.RB [ \-o
-.IR outfile ]
-.RI [ version ]
-.B mkinitramfs
-.RB [ \-\-supported-host-version=
-.IR hversion ]
-.RB [ \-\-supported-target-version=
-.IR tversion ]
-
-.SH DESCRIPTION
-The
-.B mkinitramfs-kpkg
-script calls
-.B mkinitramfs
-as wrapper script for kernel-package. It preservers the old mkinitrd calling
-conventions. It's usage is not recommended.
-See
-.B update-initramfs (8)
-for an better alternative.
-
-.SH OPTIONS
-
-.TP
-\fB \-o \fI outfile
-Write the image to
-.IR outfile .
-
-.TP
-\fB\-\-supported-host-version=\fIhversion
-This option queries if mkinitramfs can create ramdisks on a running kernel of version
-.IR hversion .
-
-.TP
-\fB\-\-supported-target-version=\fItversion
-This option queries if mkinitramfs can create ramdisks for kernel version
-.IR tversion .
-
-.SH AUTHOR
-mkinitramfs-kpkg is maintained by Maximilian Attems <maks@debian.org>.
-
-.SH SEE ALSO
-.BR
-.IR initramfs.conf (5),
-.IR initramfs-tools (8),
-.IR update-initramfs (8).