Make-initrd: Difference between revisions
m (update readme url) |
(updated to 20110622 ru page: +raid (mdadm), +btrfs, +systemd) |
||
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 | ||
|- | |- | ||
| | | |
Latest revision as of 16:58, 26 June 2011
make-initrd is a tool to create initramfs images used during Linux bootup.
Features
Status | Task |
---|---|
lvm | |
raid (autodetect) | |
raid (mdadm) | |
luks | |
multipath | |
usb | |
Multiple network interfaces | |
nfs | |
resume | |
btrfs as root filesystem | |
systemd support | |
syslog | |
bootsplash | |
plymouth | |
autodetect modules | |
Use gen_init_cpio to create cpio archive | |
Use glibc and system libraries | |
(glibc) Use nfs-utils instead of nfsmount | |
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
- make-initrd.texi (in English)
- README.ru
Source
Authors
- Alexey Gladkov
- Kirill A. Shutemov