Harald Hoyer
95a5b23a38
i18n,terminfo/module-setup.sh: fixed "cp -t" calls
13 years ago
Harald Hoyer
3aa221aa1d
terminfo/module-setup.sh: speedup install() of all terminfo
13 years ago
Harald Hoyer
ddd01008ff
95terminfo/module-setup.sh: no need to call "find"
13 years ago
Harald Hoyer
dfb08e9f1c
removed now useless cleanup hooks
...
in Fedora 17, we unpack /boot/initramfs-$(uname -r).img
on shutdown for a pivot root to disassemble the root device
13 years ago
Harald Hoyer
e76921a58e
95terminfo/module-setup.sh: check for terminfo/l/linux
...
on Fedora 17 the old check found /etc/terminfo, but this directory is
emtpy.
13 years ago
Harald Hoyer
56ac6c7e76
move all file removal cleanups to "cleanup" hook
13 years ago
Harald Hoyer
a178ca6b5c
more cleanup in pre-pivot
13 years ago
Harald Hoyer
e59f58f854
use inst_simple to install non-binary files
14 years ago
Harald Hoyer
29b10e65b1
dracut-functions: make local vars local and prefix with "_"
14 years ago
Harald Hoyer
3b403b32fc
removed trailing whitespaces
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
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 years ago
Luca Berra
e22cdb9ef8
terminfo: search also for /usr/share/terminfo
15 years ago
Thilo Bangert
a15ad925e9
support for unusual terminfo location
...
the following patch makes the 95terminfo module work on gentoo.
16 years ago
Victor Lowther
20abd91484
Create a self-contained structure for dracut modules
...
All modules now live in a subdirectory /modules.d. Each module is
self-contained -- it should contain everything that it will install
on the initrd. All modules must include a script named install, which
will be sourced by dracut. This script should do the actual file installation
using inst methods. The moddir variable will point to the full path to the
module dracut is currently working on.
As usual, this patch series applies on top of my previous patch series,
and is available as normalize-modules from http://git.fnordovax.org/dracut .
16 years ago