Harald Hoyer
af11946054
dracut-functions.sh: inst_multiple == dracut_install
12 years ago
Harald Hoyer
5decf6d813
add debian udev rule files
12 years ago
Harald Hoyer
c46cda8260
split 95udev-rules/59-persistent-storage.rules to md and dm modules
12 years ago
Harald Hoyer
194e074764
dm/module-setup.sh: instmods dm_mod
13 years ago
Harald Hoyer
53fe81e752
modules.d/*/module-setup.sh: combine and specify type for installs
...
To speedup image creation, combine dracut_install calls and specify the exact type.
E.g. inst_script instead of the generic inst.
13 years ago
Harald Hoyer
df96787019
dm: check for presence of dmsetup
13 years ago
Jon Ander Hernandez
c9143a63fe
Debian multiarch support
...
Another solution could be searching in directories found at
/etc/ld.so.conf.d/*.conf or adding a new parameter. Here is a patch
which adds a new --libdirs parameter, and also a new inst_libdir_file
function which will try to expand metacharacters on each lib
directory:
inst_libdir_file "libdevmapper-event-lvm*.so"
13 years ago
Harald Hoyer
760dcc6a65
lvm, dm, dmraid: cleanup, which module installs what
...
The dm module, which lvm and dmraid depend on, installed dmraid
shared libs. The lvm module installed udev rules, which were
already installed by the dm module.
Cleaned up those issues.
13 years ago
Harald Hoyer
4a049ce556
add x-bit to *.sh
14 years ago
Harald Hoyer
8ec1562355
90dm: install libdevmapper-event* for 90dm and cleanup 90dmraid
14 years ago
Harald Hoyer
37ee12b0f3
90dm/dm-pre-udev.sh: load dm-mirror module
14 years ago
Harald Hoyer
f47e023498
shutdown: fixed check_shutdown loop
14 years ago
Harald Hoyer
4456861f7e
90dm/dm-shutdown.sh: put shutdown in function
14 years ago
Harald Hoyer
20636ce09f
dm: add shutdown script
14 years ago
Harald Hoyer
3b403b32fc
removed trailing whitespaces
14 years ago
Harald Hoyer
12b9736228
dm: add 11-dm.rules for udev-168 and cleanup-db
...
add OPTIONS+="db_persist" to dm devices, to persist through a
udevadm info --cleanup-db
14 years ago
Amadeusz Żołnowski
5d72984a01
Gentoo ebuild for LVM2 prior to 2.02.63-r1 doesn't install rules:
...
10-dm.rules
11-dm-lvm.rules
13-dm-disk.rules
95-dm-notify.rules
but provides only 64-device-mapper.rules combining more or less the
above rules files.
14 years ago
Harald Hoyer
8ce58f1f42
add missing shebang
14 years ago
Harald Hoyer
71df3c4329
renamed module-info.sh to module-setup.sh
14 years ago
Harald Hoyer
95d2dabc25
replaced check,install,installkernel with module-info.sh
14 years ago
Harald Hoyer
f8fcc56ed9
dm/install: install dmeventd, only if present
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
Harald Hoyer
094d9cae63
dm: install all md/dm* kernel modules
15 years ago
Harald Hoyer
40d69001ac
dm: load dm_mod if device-mapper not in /proc/misc
15 years ago
Harald Hoyer
b6a7c09070
chmod 0755 *.sh
15 years ago
Harald Hoyer
dc40ea7fa1
crypt/dm: move dmeventd to dm module
15 years ago
Harald Hoyer
77eaa2fea1
dm: install dmsetup
15 years ago
Harald Hoyer
a34a0df207
90dm: install more device mapper kernel modules
15 years ago
Philippe Seewer
41f8a4f14f
Add dm_mod loader
...
Some kernel configurations might build base dm support as a module.
Add module dm which ensures that dm_mod is there and loaded.
16 years ago