Harald Hoyer
e891618572
debian: s/dracut-net/dracut-network/g
15 years ago
Philippe Seewer
96f8e314b3
Debian support: Add necessary control files for packaging
...
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
15 years ago
Philippe Seewer
0edcf5fa8b
Debian support: Add dracut-update-initramfs
...
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.
15 years ago
Harald Hoyer
0cd23d778e
Makefile: gitrpm: cleanup on failed rpmbuild
15 years ago
Harald Hoyer
14f6ad921b
dracut.spec: removed ubuntu module
15 years ago
Harald Hoyer
8e93970944
fips: do not activate fips module by default
15 years ago
Harald Hoyer
b65f499f60
fips: more shebang
15 years ago
Harald Hoyer
c2bcc5be2f
fips: add shebang to fips.sh
15 years ago
Harald Hoyer
ba67b9239b
changed hostonly documentation and handling
15 years ago
Harald Hoyer
f4f45af792
dracut.spec: add comment how to get source for a git snapshot
15 years ago
Philippe Seewer
9cce5af5af
Remove Ubuntu 8.10 support
...
This is outdated and no longer needed
15 years ago
Philippe Seewer
2e6b98c7f6
All module scripts should have a shebang
15 years ago
Philippe Seewer
a8dbfbb8ce
Fix manpage display errors
...
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.
15 years ago
Philippe Seewer
a68c99c94e
loginit: Fix shebang
15 years ago
Philippe Seewer
00da3293e2
initqueue: Remove trailing ;
...
dash -n complains about the trailing ';' and somehow I think this
really isn't needed.
15 years ago
Philippe Seewer
6a0ce0a518
Module scripts should be executable
15 years ago
Philippe Seewer
7ce55fd6b7
syslog-genrules.sh: Shebang should be /bin/sh not /bin/dash
15 years ago
Harald Hoyer
6cc96b358a
add dracut.conf man page
15 years ago
Harald Hoyer
4d6660c2ed
dracut: fix no_kernel typo
15 years ago
Harald Hoyer
f5b01e3c57
test: set PATH
15 years ago
Harald Hoyer
57c6b805ce
rootfs-block/mount-root: remount root with /etc/fstab filesystem options
15 years ago
Harald Hoyer
17ed15182a
multipath: corrected initqueue parameter
15 years ago
Harald Hoyer
77eaa2fea1
dm: install dmsetup
15 years ago
Harald Hoyer
3c56f37265
dracut-functions: inst_simple(): do not bail out if target is a dir and exists
15 years ago
Harald Hoyer
4073e3a325
nfs: add rd_NFS_DOMAIN parameter to set the NFSv4 domain name
...
https://bugzilla.redhat.com/show_bug.cgi?id=537969
15 years ago
Harald Hoyer
48df9fcc11
nfs: install passwd entries for nobody and nfsnobody
15 years ago
Harald Hoyer
bad6113059
lvm/dmraid: make LIBDIR depend on the binary
15 years ago
Yanko Kaneti
9e7ac6982a
Wildcards need dracut_install
15 years ago
Harald Hoyer
47ab3b6c5e
lvm: scan without monitor
...
https://bugzilla.redhat.com/show_bug.cgi?id=540289
15 years ago
Peter Jones
c761b26aef
Handle modules with hyphens in their names properly.
...
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.
15 years ago
Peter Jones
4ee9ce444b
This has to be executable.
...
multipath-scan.sh has to be executable, of course.
15 years ago
Peter Jones
01ba5f2192
Fix missing shell variables.
...
Somehow copy+paste from one machine to the other removed all the shell
variables from this line. Oops.
15 years ago
Peter Jones
b869710aff
Bring up multipath devices that are configured in multipath.conf.
...
This brings up multipath devices which are configured in multipath.conf
as we find them.
15 years ago
Peter Jones
323428ced5
Make sure and get all the multipath related modules.
...
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.
15 years ago
Peter Jones
8f99a7f6e3
Add #!/bin/bash for consistency.
...
Most install scripts seem to have it there, may as well make this one
like the rest...
15 years ago
Peter Jones
aff873923c
Use glob for libdir when installing multipath libraries.
...
Use "/lib*/" not "/lib/" so it works when they're in /lib/multipath as
well as when they're in /lib64/multipath
15 years ago
Harald Hoyer
4d1661d39a
specfile update
15 years ago
Harald Hoyer
a34a0df207
90dm: install more device mapper kernel modules
15 years ago
Harald Hoyer
5841610c7f
kernel-modules: add firewire-ohci to hardcoded modules list
15 years ago
Harald Hoyer
557ea7a8da
fips: search different lib paths
15 years ago
Harald Hoyer
7f1282834f
Makefile: add WITH_SWITCH_ROOT
15 years ago
Harald Hoyer
4e0ef1d982
dracut: create initramfs-$(kernelversion).img by default
15 years ago
Harald Hoyer
734a0d9ebc
dracut: check more return codes, check for permissions and use derror
15 years ago
Harald Hoyer
4d66861107
dracut.8: fixed formatting for rootfs and mount options
15 years ago
Harald Hoyer
44a6a0d941
specfile update
15 years ago
Harald Hoyer
95940758e9
multipath: install multipath kernel module
15 years ago
Harald Hoyer
bfd98ad44b
multipath: install xdr utils
15 years ago
Harald Hoyer
b59d3549fd
NEWS update
16 years ago
Harald Hoyer
5f7149068e
multipath: install udev rules and helper tools
16 years ago
Harald Hoyer
8ec6bfcbe7
specfile update
16 years ago