summaryrefslogtreecommitdiff
path: root/mkinitrd-dracut.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09mkinitrd: Mention the --nocompress option in help outputColin Guthrie1-0/+1
Originally from Mandriva patch: dracut-010-mkinitrd.patch
2012-01-05mkinitrd-dracut.sh: s/read_args/read_arg/gHarald Hoyer1-2/+2
https://bugzilla.redhat.com/show_bug.cgi?id=771106
2011-03-10mkinitrd: fix incorrect basename in mkinitrd usage messageVadim Kuznetsov1-2/+2
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>
2010-12-06mkinitrd-dracut.sh: add "--force"Harald Hoyer1-1/+1
Resolves: rhbz#626389
2010-09-10reformat sourceHarald Hoyer1-17/+17
untabified
2010-09-10reformat source codeHarald Hoyer1-2/+0
removed tabs and set indention to 4 spaces added emacs and vi format headers
2010-08-23mkinitrd-dracut.sh: fix stray "fi"Andrey Borzenkov1-1/+0
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
2010-08-23mkinitrd: do not call dracut in host only modeHarald Hoyer1-2/+2
2010-08-23Bashify mkinitrd-dracut.sh, introduce read_arg.Victor Lowther1-81/+47
Hack up argument processing in dracut and mkinitrd-dracut.sh to use read_arg to flexibly process arguments.
2010-08-23Bashify error() and usage() in mkinitrd-dracut.shVictor Lowther1-20/+7
Some more trivial bashification.
2010-08-23Add support for bzip2 and xz compressed initramfs images.Victor Lowther1-1/+1
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.
2010-01-13add mkinitrd-dracut.sh wrapperLuca Berra1-0/+150
a wrapper around dracut with the syntax from mkinitrd, could help transition to dracut.