Colin Guthrie
39f87ab2ab
mkinitrd: Mention the --nocompress option in help output
...
Originally from Mandriva patch: dracut-010-mkinitrd.patch
13 years ago
Harald Hoyer
e74167bd6a
mkinitrd-dracut.sh: s/read_args/read_arg/g
...
https://bugzilla.redhat.com/show_bug.cgi?id=771106
13 years ago
Vadim Kuznetsov
80bafe6d36
mkinitrd: fix incorrect basename in mkinitrd usage message
...
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>
14 years ago
Harald Hoyer
79799c954f
mkinitrd-dracut.sh: add "--force"
...
Resolves: rhbz#626389
14 years ago
Harald Hoyer
f8bc899063
reformat source
...
untabified
15 years ago
Harald Hoyer
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 years ago
Andrey Borzenkov
89fb4162e3
mkinitrd-dracut.sh: fix stray "fi"
...
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
15 years ago
Harald Hoyer
e4e3b4c821
mkinitrd: do not call dracut in host only mode
15 years ago
Victor Lowther
5bc545ed79
Bashify mkinitrd-dracut.sh, introduce read_arg.
...
Hack up argument processing in dracut and mkinitrd-dracut.sh to use
read_arg to flexibly process arguments.
15 years ago
Victor Lowther
644c5241d2
Bashify error() and usage() in mkinitrd-dracut.sh
...
Some more trivial bashification.
15 years ago
Victor Lowther
5b158ad3a9
Add support for bzip2 and xz compressed initramfs images.
...
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.
15 years ago
Luca Berra
b21d5cb2dc
add mkinitrd-dracut.sh wrapper
...
a wrapper around dracut with the syntax from mkinitrd, could
help transition to dracut.
15 years ago