Age | Commit message (Collapse) | Author | Files | Lines |
|
Originally from Mandriva patch: dracut-010-mkinitrd.patch
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=771106
|
|
Steps to Reproduce:
1. run mkinitrd -h
Actual results:
$ mkinitrd
usage: /usr/sbin [--version] [--help] [-v] [-f] [--preload <module>]
[--image-version] [--with=<module>]
<initrd-image> <kernel-version>
Expected results:
$ mkinitrd
usage: mkinitrd [--version] [--help] [-v] [-f] [--preload <module>]
[--image-version] [--with=<module>]
<initrd-image> <kernel-version>
|
|
Resolves: rhbz#626389
|
|
untabified
|
|
removed tabs and set indention to 4 spaces
added emacs and vi format headers
|
|
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
|
|
|
|
Hack up argument processing in dracut and mkinitrd-dracut.sh to use
read_arg to flexibly process arguments.
|
|
Some more trivial bashification.
|
|
Current kernels know how to uncompress bzip2 and xz, so use them for compressing
the initramfs if asked. The more compression the merrier.
Also add support for generating uncompressed images, although they
are usually not what you want.
|
|
a wrapper around dracut with the syntax from mkinitrd, could
help transition to dracut.
|