summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-30multipath: supress warnings, if multipath not installed on systemHEADmasterHarald Hoyer1-2/+2
2009-11-27.mailmap: updatedHarald Hoyer1-0/+1
2009-11-27AUTHORS: updatedHarald Hoyer1-2/+6
2009-11-27version 003Harald Hoyer3-3/+5
2009-11-27debian: s/dracut-net/dracut-network/gHarald Hoyer1-3/+3
2009-11-27Debian support: Add necessary control files for packagingPhilippe Seewer13-0/+208
This patch adds all necessary files to build dracut debian packages. - I've split dracut into two parts: The dracut package for booting from block devices and dracut-net for netroot. - I've deliberately left out all redhat specific modules, they do not make any sense on debian at all
2009-11-27Debian support: Add dracut-update-initramfsPhilippe Seewer1-0/+558
This script is necessary to integrate dracut into the initramfs- infrastructure of debian. The file itself is just a copy from initramfs-tools' update-initramfs, with a few lines modified to run dracut instead of mkinitramfs.
2009-11-27Makefile: gitrpm: cleanup on failed rpmbuildHarald Hoyer1-1/+1
2009-11-27dracut.spec: removed ubuntu moduleHarald Hoyer1-1/+0
2009-11-27fips: do not activate fips module by defaultHarald Hoyer2-0/+20
2009-11-27fips: more shebangHarald Hoyer2-0/+4
2009-11-27fips: add shebang to fips.shHarald Hoyer1-0/+1
2009-11-27changed hostonly documentation and handlingHarald Hoyer5-4/+5
2009-11-27dracut.spec: add comment how to get source for a git snapshotHarald Hoyer1-0/+2
2009-11-27Remove Ubuntu 8.10 supportPhilippe Seewer2-15/+0
This is outdated and no longer needed
2009-11-27All module scripts should have a shebangPhilippe Seewer10-1/+10
2009-11-27Fix manpage display errorsPhilippe Seewer1-13/+25
Some lines in dracut's manpage are just too long for justified display on 80c terminals. These small corrections fix this. In addition man --warnings does not complain anymore about anything at all.
2009-11-27loginit: Fix shebangPhilippe Seewer1-1/+1
2009-11-27initqueue: Remove trailing ;Philippe Seewer1-1/+0
dash -n complains about the trailing ';' and somehow I think this really isn't needed.
2009-11-27Module scripts should be executablePhilippe Seewer3-0/+0
2009-11-27syslog-genrules.sh: Shebang should be /bin/sh not /bin/dashPhilippe Seewer1-1/+1
2009-11-27add dracut.conf man pageHarald Hoyer4-4/+72
2009-11-27dracut: fix no_kernel typoHarald Hoyer1-1/+1
2009-11-26test: set PATHHarald Hoyer1-0/+4
2009-11-26rootfs-block/mount-root: remount root with /etc/fstab filesystem optionsHarald Hoyer3-2/+39
2009-11-26multipath: corrected initqueue parameterHarald Hoyer1-1/+1
2009-11-26dm: install dmsetupHarald Hoyer1-0/+2
2009-11-26dracut-functions: inst_simple(): do not bail out if target is a dir and existsHarald Hoyer1-2/+4
2009-11-26nfs: add rd_NFS_DOMAIN parameter to set the NFSv4 domain nameHarald Hoyer2-1/+8
https://bugzilla.redhat.com/show_bug.cgi?id=537969
2009-11-26nfs: install passwd entries for nobody and nfsnobodyHarald Hoyer1-0/+2
2009-11-25lvm/dmraid: make LIBDIR depend on the binaryHarald Hoyer2-2/+14
2009-11-25Wildcards need dracut_installYanko Kaneti2-2/+10
2009-11-25lvm: scan without monitorHarald Hoyer1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=540289
2009-11-25Handle modules with hyphens in their names properly.Peter Jones1-1/+1
If a module has a hyphen in its name, it will show up as an underscore in /proc/modules. Because of this, when we're testing /proc/modules, we have to munge our module filename expression to match.
2009-11-25This has to be executable.Peter Jones1-0/+0
multipath-scan.sh has to be executable, of course.
2009-11-25Fix missing shell variables.Peter Jones1-1/+1
Somehow copy+paste from one machine to the other removed all the shell variables from this line. Oops.
2009-11-25Bring up multipath devices that are configured in multipath.conf.Peter Jones3-0/+28
This brings up multipath devices which are configured in multipath.conf as we find them.
2009-11-25Make sure and get all the multipath related modules.Peter Jones1-1/+8
Install all modules that are any of: - scsi device handler - dm log handler - dm path selector - dm target It would be nice if we could tell which log handlers and targets are multipath related, but we really can't.
2009-11-25Add #!/bin/bash for consistency.Peter Jones1-0/+2
Most install scripts seem to have it there, may as well make this one like the rest...
2009-11-25Use glob for libdir when installing multipath libraries.Peter Jones1-2/+8
Use "/lib*/" not "/lib/" so it works when they're in /lib/multipath as well as when they're in /lib64/multipath
2009-11-23specfile updateHarald Hoyer1-8/+38
2009-11-2390dm: install more device mapper kernel modulesHarald Hoyer3-3/+11
2009-11-23kernel-modules: add firewire-ohci to hardcoded modules listHarald Hoyer1-0/+1
2009-11-23fips: search different lib pathsHarald Hoyer1-4/+11
2009-11-23Makefile: add WITH_SWITCH_ROOTHarald Hoyer1-1/+11
2009-11-19dracut: create initramfs-$(kernelversion).img by defaultHarald Hoyer1-1/+1
2009-11-19dracut: check more return codes, check for permissions and use derrorHarald Hoyer1-2/+13
2009-11-18dracut.8: fixed formatting for rootfs and mount optionsHarald Hoyer1-0/+2
2009-11-17specfile updateHarald Hoyer1-1/+4
2009-11-17multipath: install multipath kernel moduleHarald Hoyer1-1/+1