923 Commits (1dd5bc3fba3e7fa1c16c252fceb5870335556763)
 

Author SHA1 Message Date
Seewer Philippe 7bcacaaa5f Create directories for symlinked libraries if needed 16 years ago
Seewer Philippe 9f88fcd94b Canonicalize symlinks 16 years ago
Seewer Philippe 59e3c455b8 Make bash regexes behave 16 years ago
Seewer Philippe 9b88534374 Fix find_binary always succeeding 16 years ago
Seewer Philippe acf324172d Fix instmods recursing indefinitely 16 years ago
Seewer Philippe fafe4adec5 Fix Makefile installing in wrong directories 16 years ago
Victor Lowther 49c68fa442 Add documentation on how to write a dracut module. 16 years ago
Victor Lowther 6337e3edca Modify Makefile to understand the new module structure. 16 years ago
Victor Lowther 20abd91484 Create a self-contained structure for dracut modules 16 years ago
Victor Lowther 58a797d5f9 Do not run dhclient if the interface is already up. 16 years ago
Victor Lowther 5f3e2dd2f3 Move running dhclient on DHCP interfaces into a pre-mount hook. 16 years ago
Victor Lowther 6a376b57eb Save any dhcp options we did not handle to net.$interface.dhcpopts 16 years ago
Victor Lowther 17867cf913 Update scripts to make things a little easier to read 16 years ago
Victor Lowther 0ac9584ded We now know how to configure the network interfaces. 16 years ago
Victor Lowther 8177ca3e1e Add some predefined break points. 16 years ago
Victor Lowther 972673f6d3 Trim out device nodes we do not have to actually create. 16 years ago
Victor Lowther d05f3c4354 Modify getarg to be slightly more useful. 16 years ago
Victor Lowther a08c1f452a Move actually mounting the root filesystem into its own series of hooks. 16 years ago
Victor Lowther 19e9dd9303 cryptsetup does not like running in a while read loop. 16 years ago
Victor Lowther 5ee69f0b54 Make cryptroot handling act as a real producer/consumer. 16 years ago
Victor Lowther 9689f4c8ce Support rootflags and rootfstype kernel parameters. 16 years ago
Victor Lowther 945a2d4df0 We now support mounting the rootfs rw. 16 years ago
Victor Lowther c9ac929ddf We now support the noresume kernel parameter. 16 years ago
Victor Lowther 27994f9e28 tiny fixup to getarg to make handling more arguments slightly easier 16 years ago
Victor Lowther 9cead591ad Make exec failure not kill init or switch_root. 16 years ago
Victor Lowther 3f9c86ab86 Hooks and modules have a .sh extension 16 years ago
Dave Jones 1c25acaac4 Fix typo in hook installation. 16 years ago
Victor Lowther 6b0daf2e25 Goodbye, nash. We won't miss you. 16 years ago
Victor Lowther c968efbb13 [PATCH 50/50] Some documentation updates 16 years ago
Victor Lowther 53f954561a [PATCH 49/50] Modify hook loading to make it slightly easier to script. 16 years ago
Victor Lowther f04dc5f312 [PATCH 48/50] Shift some functionality around, make modules maskable. 16 years ago
Victor Lowther f4fff04ef1 [PATCH 47/50] Split out the various things we load into their own modules. 16 years ago
Victor Lowther bff8c33c2b [PATCH 46/50] fixed library-matching regex 16 years ago
Victor Lowther aeaaa812d2 [PATCH 45/50] Really die if a library is not found. 16 years ago
Victor Lowther 955f8b09ad [PATCH 44/50] Get rid of echoer script 16 years ago
Victor Lowther 7d18dca5c1 [PATCH 43/50] Use ldd to find shared library deps. 16 years ago
Victor Lowther 1513676235 [PATCH 42/50] Add very basic module functionality to dracut. 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 0f86847d63 [PATCH 40/50] Rearranged dracut script to make it easier to split things out for 16 years ago
Victor Lowther 6dc8676d8c [PATCH 39/50] Prefer /bin/dash as /bin/sh on the initrd if it is available. 16 years ago
Victor Lowther 2a3efd82e5 [PATCH 38/50] Missed some non-POSIX substitution in root filesystem label parsing. 16 years ago
Victor Lowther 8c1faa35c4 [PATCH 37/50] Try to install file as scripts before installing them as binaries 16 years ago
Victor Lowther 75ec5873af [PATCH 36/50] Move cat into the list of required executables 16 years ago
Victor Lowther 7f64a3fee1 [PATCH 35/50] POSIX-ize all the shell scripts that get installed to the initramfs. 16 years ago
Victor Lowther 4b3f76dbe2 [PATCH 34/50] Use inst to install hooks. 16 years ago
Victor Lowther ec1ad3347c [PATCH 33/50] We now have a simple hook structure and 3 defined hook points. 16 years ago
Victor Lowther cd20f1f6eb [PATCH 32/50] Created pre-mount hook directory 16 years ago
Victor Lowther b32f55156d [PATCH 31/50] We no longer require plymouth. Remove it from the spec. 16 years ago
Victor Lowther 7924b21279 [PATCH 30/50] We no longer need plymouth. 16 years ago
Victor Lowther 933a523af3 [PATCH 29/50] Add echoer script 16 years ago