]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdassemble: Kill off the last remains
authorJes Sorensen <jsorensen@fb.com>
Thu, 4 May 2017 15:57:41 +0000 (11:57 -0400)
committerJes Sorensen <jsorensen@fb.com>
Thu, 4 May 2017 15:57:41 +0000 (11:57 -0400)
Having gotten rid of mdassemble, lets get rid of the man page too

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
README.initramfs
mdassemble.8 [deleted file]

index 8f9b8ddffb32f1eb3dc087ccda9bc0ff93870a33..c5fa6680d187cb06e1f030c015d2870193ba0e5d 100644 (file)
@@ -16,11 +16,10 @@ devices.
 
 These mechanisms, while useful, do not provide complete functionality
 and are unlikely to be extended.  The preferred way to assemble md
 
 These mechanisms, while useful, do not provide complete functionality
 and are unlikely to be extended.  The preferred way to assemble md
-arrays at boot time is using 'mdadm' or 'mdassemble' (which is a
-trimmed-down mdadm).  To assemble an array which contains the root
-filesystem, mdadm needs to be run before that filesystem is mounted,
-and so needs to be run from an initial-ram-fs.  It is how this can
-work that is the primary focus of this document.
+arrays at boot time is using 'mdadm'.  To assemble an array which
+contains the root filesystem, mdadm needs to be run before that
+filesystem is mounted, and so needs to be run from an initial-ram-fs.
+It is how this can work that is the primary focus of this document.
 
 It should be noted up front that only the array containing the root
 filesystem should be assembled from the initramfs.  Any other arrays
 
 It should be noted up front that only the array containing the root
 filesystem should be assembled from the initramfs.  Any other arrays
diff --git a/mdassemble.8 b/mdassemble.8
deleted file mode 100644 (file)
index 33aa977..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v4.0
-.SH NAME
-mdassemble \- assemble MD devices
-.I aka
-Linux Software RAID
-
-.SH SYNOPSIS
-
-.BI mdassemble
-
-.SH DESCRIPTION
-.B mdassemble
-is a tiny program that can be used to assemble MD devices inside an
-initial ramdisk (initrd) or initramfs; it is meant to replace the in-kernel
-automatic RAID detection and activation.
-It can be built statically and linked against lightweight libc alternatives, like
-.B dietlibc,
-.B klibc
-or
-.B uClibc.
-
-.SH USAGE
-Invoking
-.B mdassemble
-has the same effect as invoking
-.B mdadm \-\-assemble \-\-scan.
-.PP
-Invoking
-.B mdassemble
-a second time will make all defined arrays readwrite, this is useful if
-using the
-.B start_ro
-module parameter.
-
-.SH OPTIONS
-
-There are no options to
-.B mdassemble.
-
-.SH FILES
-
-.SS /etc/mdadm.conf
-
-The config file lists which devices may be scanned to see if
-they contain MD super block, and gives identifying information
-(e.g. UUID) about known MD arrays.  See
-.BR mdadm.conf (5)
-for more details.
-
-.B mdassemble
-supports all configuration parameters defined in
-.B mdadm.conf
-with the exception of
-.B auto=
-which is supported only if mdadm was built with the
-.B \-DMDASSEMBLE_AUTO
-define.
-
-.SH SEE ALSO
-.PP
-.BR mdadm (8),
-.BR mdadm.conf (5),
-.BR md (4),
-.BR diet (1).