Make-initrd: Difference between revisions

From ALT Linux Wiki
(init off http://www.altlinux.org/Make-initrd)
 
(updated to 20110622 ru page: +raid (mdadm), +btrfs, +systemd)
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
|-
|-
| align="center" | {{done}}
| align="center" | {{done}}
|[http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=tree;f=features/raid raid]
|[http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=tree;f=features/raid raid (autodetect)]
|-
| align="center" | {{done}}
| [http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=tree;f=features/mdadm raid (mdadm)]
|-
|-
| align="center" | {{done}}
| align="center" | {{done}}
Line 33: Line 36:
|resume
|resume
|-
|-
|
| align="center" | {{done}}
|btrfs
|btrfs as root filesystem
|-
| align="center" | {{done}}
|systemd support
|-
|-
|
|
Line 53: Line 59:
| align="center" | {{done}}
| align="center" | {{done}}
|Use glibc and system libraries
|Use glibc and system libraries
|-
|
|(glibc) Use mdadm instead of md_run
|-
|-
|
|
Line 67: Line 70:
== Documentation ==
== Documentation ==
* [http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=blob;f=make-initrd.texi make-initrd.texi] (in English)
* [http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=blob;f=make-initrd.texi make-initrd.texi] (in English)
* [http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=blob;f=docs/README.ru README.ru] (in Russian)
* [http://git.altlinux.org/people/legion/packages/?p=make-initrd.git;a=blob;f=README.ru README.ru]


== Source ==
== Source ==

Latest revision as of 13:58, 26 June 2011


make-initrd is a tool to create initramfs images used during Linux bootup.

Features

Status Task
Symbol kept vote.svg  lvm
Symbol kept vote.svg  raid (autodetect)
Symbol kept vote.svg  raid (mdadm)
Symbol kept vote.svg  luks
Symbol kept vote.svg  multipath
Symbol kept vote.svg  usb
Symbol kept vote.svg  Multiple network interfaces
Symbol kept vote.svg  nfs
Symbol kept vote.svg  resume
Symbol kept vote.svg  btrfs as root filesystem
Symbol kept vote.svg  systemd support
syslog
Symbol kept vote.svg  bootsplash
Symbol kept vote.svg  plymouth
Symbol kept vote.svg  autodetect modules
Symbol kept vote.svg  Use gen_init_cpio to create cpio archive
Symbol kept vote.svg  Use glibc and system libraries
(glibc) Use nfs-utils instead of nfsmount
Symbol kept vote.svg  Create multiple images during a single make-initrd run. It's useful if there's neccessity to create initrd for current configuration as well as the image holding more modules (utilities?) to be more generic.

Documentation

Source

Authors

  • Alexey Gladkov
  • Kirill A. Shutemov