platform/upstream/dracut.git
2009-03-05 Harald Hoyerserialize lvm calls with a subshell
2009-03-05 Harald Hoyertestimage target fixes
2009-03-05 Harald Hoyeradd dmraid
2009-03-05 Harald Hoyerfixed rpm building on Fedora 11
2009-03-05 Harald Hoyeradd compile phase to testimage and force overwrite
2009-03-05 Harald Hoyerdo not get GITTAG, if there is no .git
2009-03-05 Harald Hoyerfixed dirs in specfile
2009-03-05 Harald Hoyeradded tar.bz2 target for the rpm and archive target
2009-03-05 Harald Hoyerdefine gittag for rpm target
2009-03-05 Harald Hoyeradd sample dracut.conf
2009-03-05 Harald Hoyerinstall console udev rules and helper apps
2009-03-05 Harald Hoyerallow dracut.conf to be local if -l is set
2009-03-05 Harald Hoyeradd testimage target
2009-03-05 Harald Hoyerrenamed archive file and convenience target for rpm
2009-03-05 Harald Hoyersmall corrections and obsolete mkinitrd only when defin...
2009-03-05 Harald Hoyerfix modules.d install
2009-03-04 Harald Hoyeradd \n to switch_root
2009-03-04 Harald Hoyerkill udevd before switching root
2009-03-04 Harald Hoyeralso run ldconfig on /lib64
2009-03-04 Harald Hoyeronly run ldconfig on /lib and /usr/lib with -n
2009-03-04 Harald Hoyermerge fix, find_binary
2009-03-04 Harald Hoyerfixes for specfile and Makefile
2009-03-04 Harald Hoyerreplace switch_root shell script with binary
2009-03-04 Harald Hoyerstrip "init=" from INIT
2009-03-04 Victor LowtherFix several inst functions.
2009-03-04 Victor LowtherSteal rules we need from the latest udev package.
2009-03-04 Victor LowtherGet rid of some RedHat specific modules and udev rules
2009-03-04 Victor LowtherModify instmods to not rely on the existence of modules...
2009-03-04 Seewer PhilippeCreate directories for symlinked libraries if needed
2009-03-04 Seewer PhilippeCanonicalize symlinks
2009-03-04 Seewer PhilippeMake bash regexes behave
2009-03-04 Seewer PhilippeFix find_binary always succeeding
2009-03-04 Seewer PhilippeFix instmods recursing indefinitely
2009-03-04 Seewer PhilippeFix Makefile installing in wrong directories
2009-03-04 Victor LowtherAdd documentation on how to write a dracut module.
2009-03-04 Victor LowtherModify Makefile to understand the new module structure.
2009-03-04 Victor LowtherCreate a self-contained structure for dracut modules
2009-03-04 Victor LowtherDo not run dhclient if the interface is already up.
2009-03-04 Victor LowtherMove running dhclient on DHCP interfaces into a pre...
2009-03-04 Victor LowtherSave any dhcp options we did not handle to net.$interfa...
2009-03-04 Victor LowtherUpdate scripts to make things a little easier to read
2009-03-04 Victor LowtherWe now know how to configure the network interfaces.
2009-03-04 Victor LowtherAdd some predefined break points.
2009-03-04 Victor LowtherTrim out device nodes we do not have to actually create.
2009-03-04 Victor LowtherModify getarg to be slightly more useful.
2009-03-04 Victor LowtherMove actually mounting the root filesystem into its...
2009-02-24 Victor Lowthercryptsetup does not like running in a while read loop.
2009-02-23 Victor LowtherMake cryptroot handling act as a real producer/consumer.
2009-02-23 Victor LowtherSupport rootflags and rootfstype kernel parameters.
2009-02-23 Victor LowtherWe now support mounting the rootfs rw.
2009-02-23 Victor LowtherWe now support the noresume kernel parameter.
2009-02-23 Victor Lowthertiny fixup to getarg to make handling more arguments...
2009-02-23 Victor LowtherMake exec failure not kill init or switch_root.
2009-02-23 Victor LowtherHooks and modules have a .sh extension
2009-02-18 Dave JonesFix typo in hook installation.
2009-02-17 Victor LowtherGoodbye, nash. We won't miss you.
2009-02-16 Victor Lowther[PATCH 50/50] Some documentation updates
2009-02-16 Victor Lowther[PATCH 49/50] Modify hook loading to make it slightly...
2009-02-16 Victor Lowther[PATCH 48/50] Shift some functionality around, make...
2009-02-16 Victor Lowther[PATCH 47/50] Split out the various things we load...
2009-02-16 Victor Lowther[PATCH 46/50] fixed library-matching regex
2009-02-16 Victor Lowther[PATCH 45/50] Really die if a library is not found.
2009-02-16 Victor Lowther[PATCH 44/50] Get rid of echoer script
2009-02-16 Victor Lowther[PATCH 43/50] Use ldd to find shared library deps.
2009-02-16 Victor Lowther[PATCH 42/50] Add very basic module functionality to...
2009-02-16 Victor Lowther[PATCH 41/50] dracut will now search for files in the...
2009-02-16 Victor Lowther[PATCH 40/50] Rearranged dracut script to make it easie...
2009-02-16 Victor Lowther[PATCH 39/50] Prefer /bin/dash as /bin/sh on the initrd...
2009-02-16 Victor Lowther[PATCH 38/50] Missed some non-POSIX substitution in...
2009-02-16 Victor Lowther[PATCH 37/50] Try to install file as scripts before...
2009-02-16 Victor Lowther[PATCH 36/50] Move cat into the list of required execut...
2009-02-16 Victor Lowther[PATCH 35/50] POSIX-ize all the shell scripts that...
2009-02-16 Victor Lowther[PATCH 34/50] Use inst to install hooks.
2009-02-16 Victor Lowther[PATCH 33/50] We now have a simple hook structure and...
2009-02-16 Victor Lowther[PATCH 32/50] Created pre-mount hook directory
2009-02-16 Victor Lowther[PATCH 31/50] We no longer require plymouth. Remove...
2009-02-16 Victor Lowther[PATCH 30/50] We no longer need plymouth.
2009-02-16 Victor Lowther[PATCH 29/50] Add echoer script
2009-02-16 Victor Lowther[PATCH 28/50] Remove dependency on plymouth for getroot...
2009-02-16 Victor Lowther[PATCH 27/50] Don't leave cruft behind in /tmp
2009-02-16 Victor Lowther[PATCH 26/50] Make init less noisy and load fs modules...
2009-02-16 Victor Lowther[PATCH 25/50] Add dmesg to the list of debugging tools
2009-02-16 Victor Lowther[PATCH 24/50] Replace inst function with a family of...
2009-02-16 Victor Lowther[PATCH 23/50] Rip out old recursive module loading...
2009-02-16 Victor Lowther[PATCH 22/50] Bashify inst function where ot makes...
2009-02-16 Victor Lowther[PATCH 21/50] Simplified get_dso_deps
2009-02-16 Victor Lowther[PATCH 20/50] set_verbose is not used anywhere. Buh...
2009-02-16 Victor Lowther[PATCH 19/50] The function keyword is deprecated. ...
2009-02-16 Victor Lowther[PATCH 18/50] outfile processing can fit all on one...
2009-02-16 Victor Lowther[PATCH 17/50] Tighten up the font installation case...
2009-02-16 Victor Lowther[PATCH 16/50] $MNTIMAGE? I thought the install dir...
2009-02-16 Victor Lowther[PATCH 15/50] Tighten up the keymap installation case...
2009-02-16 Victor Lowther[PATCH 14/50] Tighten up conditional checking a bit...
2009-02-16 Victor Lowther[PATCH 13/50] Missed an instance of $initdir not being...
2009-02-16 Victor Lowther[PATCH 12/50] Get rid of some redundancy when sourcing...
2009-02-16 Victor Lowther[PATCH 11/50] Quote variable expansion where needed.
2009-02-16 Victor Lowther[PATCH 10/50] Clean up initialization in dracut.
2009-02-16 Victor Lowther[PATCH 09/50] Compact option processing.
2009-02-16 Victor Lowther[PATCH 08/50] Don't load commands into the initrd that...
2009-02-16 Victor Lowther[PATCH 07/50] Get rid of `` subprocess expansion when...
next