Victor Lowther
1513676235
[PATCH 42/50] Add very basic module functionality to dracut.
...
Move the i18n stuff to it.
16 years ago
Victor Lowther
3359c8da84
[PATCH 41/50] dracut will now search for files in the usual binary locations if a
16 years ago
Victor Lowther
8c1faa35c4
[PATCH 37/50] Try to install file as scripts before installing them as binaries
...
This ensures that scripts will ahve their interpreter isntalled before
they get installed.
Also included a minor fixup that skips library checking if the binary
we are testing is already installed.
16 years ago
Victor Lowther
36b24d7c53
[PATCH 24/50] Replace inst function with a family of specialized functions
...
This makes things shorter and easier to read.
16 years ago
Victor Lowther
6fa0c3d60b
[PATCH 23/50] Rip out old recursive module loading, replace with something simpler
...
bash allows unlimited recursion and several other tricks to make
finding all the dependencies of a kernel module much simpler.
This nukes about 130 lines, most of it in dracut-functions.
This diff also touches some cleanups made in the inst function.
16 years ago
Victor Lowther
170b260bd9
[PATCH 22/50] Bashify inst function where ot makes things easier to read.
16 years ago
Victor Lowther
8667f2b733
[PATCH 21/50] Simplified get_dso_deps
...
This takes advantage of several bash specific constructs to make
get_dso_deps easier to read and understand.
16 years ago
Victor Lowther
375a5b4084
[PATCH 20/50] set_verbose is not used anywhere. Buh-bye.
16 years ago
Victor Lowther
6b24de99d9
[PATCH 19/50] The function keyword is deprecated. Get rid of it.
16 years ago
Jeremy Katz
a1119a718d
Fix module dependency handling
...
Module dependency handling wasn't being followed correctly; fix it
16 years ago
Jeremy Katz
6eedcafc37
Clean up noise from eu-readelf
16 years ago
Jeremy Katz
aabc0553b5
Add first pass of keyboard/console font setup
...
First pass of keyboard/console font setup. This ends up being Fedora/RHEL
specific as everyone specifies these things in a different place
16 years ago
Jeremy Katz
0d666d610a
Stop depending on nash to find the program interpreter; use eu-readelf instead
16 years ago
Jeremy Katz
5533709cdb
plymouth calls set_verbose(), no noop it
16 years ago
Jeremy Katz
ab81170e59
Handle locations where we'll be installing files
...
Handle that files will be in different places once installed
16 years ago
Jeremy Katz
04b56f3a01
Add some basic functions used for the initramfs
...
Add some functions used by the initramfs generator from Fedora's mkinitrd with
bits and pieces stripped out. This needs a closer look to ensure that we're
not bringing along any other old baggage
16 years ago