mkinitrd unification across distributions
 help / color / mirror / Atom feed
 messages from 2009-02-19 12:35:49 to 2009-03-20 13:56:43 UTC [more...]

Thoughts on mounting the rootfs from a udev rule
 2009-03-20 13:56 UTC  (17+ messages)

Improved test harness
 2009-03-16 23:11 UTC 

[PATCH 0/2] dracut, udev and complicated netboot cases
 2009-03-14 16:32 UTC  (3+ messages)

[PATCH 2/2] Add nfsroot option handler
 2009-03-14 12:53 UTC 

[PATCH 1/2] network configuration
 2009-03-14 12:53 UTC 

module 90kernel-modules-loaded
 2009-03-12 11:36 UTC  (23+ messages)

[RFC] Dracut and complicated netboot cases
 2009-03-08 13:35 UTC 

generic vs. host-only
 2009-03-07 13:14 UTC  (2+ messages)

[PATCH] combine --skip-missing to /check infrastructure
 2009-03-07 11:59 UTC 

[PATCH] add /check for dmraim module
 2009-03-07 11:24 UTC 

[PATCH] priorize -m over dracut.conf, add --modules and get rid of automatic use of ./dracut.conf
 2009-03-07 10:53 UTC 

[RFC PATCH] Simply module writing and allow module skipping
 2009-03-07 10:06 UTC 

dracut and ubuntu 8.10
 2009-03-06 16:07 UTC  (6+ messages)

[PATCH 1/4] Modify instmods to not rely on the existence of modules.* files
 2009-03-06 15:36 UTC  (19+ messages)
  ` [PATCH 2/4] Get rid of some RedHat specific modules and udev rules
  ` [PATCH 3/4] Steal rules we need from the latest udev package
  ` [PATCH 4/4] Fix several inst functions

merged dracut git
 2009-03-06 15:30 UTC  (10+ messages)

IRC
 2009-03-05  8:51 UTC 

Dracut on different distros?
 2009-03-05  7:23 UTC  (8+ messages)

[Fwd: Re: merged dracut git]
 2009-03-05  7:20 UTC 

[PATCH 1/6] We now know how to configure the network interfaces
 2009-03-05  2:56 UTC  (6+ messages)
  ` [PATCH 2/6] Update scripts to make things a little easier to read
  ` [PATCH 3/6] Save any dhcp options we did not handle to net.$interface.dhcpopts
  ` [PATCH 4/6] Move running dhclient on DHCP interfaces into a pre-mount hook
  ` [PATCH 5/6] Do not run dhclient if the interface is already up
  ` [PATCH 6/6] Do not try to bring an already-up inferface back up

[PATCH 1/3] Modify instmods to not rely on the existence of modules.* files
 2009-03-05  2:51 UTC  (3+ messages)
  ` [PATCH 2/3] Grab only the udev rules we need to survive
  ` [PATCH 3/3] Fix several inst functions broken by previous find_binary hackery

[PATCH 1/4] Move mounting the root filesystem into its own series of hooks
 2009-03-05  2:40 UTC  (4+ messages)
  ` [PATCH 2/4] Modify getarg to be slightly more useful
  ` [PATCH 3/4] Trim out device nodes we do not have to actually create
  ` [PATCH 4/4] Add some predefined break points

[PATCH] strip "init=" from INIT
 2009-03-04 22:54 UTC  (2+ messages)

[PATCH] replace switch_root shell script with binary
 2009-03-04 22:50 UTC  (2+ messages)

/usr/libexec/dracut/ -> /usr/lib/dracut/
 2009-03-04 18:05 UTC  (2+ messages)

Which dracut repo?
 2009-03-04 15:43 UTC  (3+ messages)

[PATCH] fixes for specfile and Makefile
 2009-03-04 13:48 UTC 

Porting dracut to Debian, some notes
 2009-03-03 17:15 UTC 

[PATCH 1/4] Move actually mounting the root filesystem into its own series of hooks
 2009-03-01 20:02 UTC  (10+ messages)
  ` [PATCH 2/4] Modify getarg to be slightly more useful
  ` [PATCH 3/4] Trim out device nodes we do not have to actually create
  ` [PATCH 4/4] Add some predefined break points

[PATCH] Fix find_binary always succeeding
 2009-02-27 17:03 UTC  (2+ messages)

[PATCH] Create directories for symlinked libraries if needed
 2009-02-27 14:45 UTC 

[PATCH] Canonicalize symlinks
 2009-02-27 14:37 UTC 

[PATCH] Make bash regexes behave
 2009-02-27 14:16 UTC 

[PATCH] Fix instmods recursing indefinitely
 2009-02-27 12:25 UTC 

[PATCH] Fix Makefile naming dracut-functions wrong
 2009-02-27 10:44 UTC 

[PATCH] Fix Makefile installing in wrong directories
 2009-02-27 10:41 UTC 

[PATCH RFC 1/3] Create a self-contained structure for dracut modules
 2009-02-27  0:02 UTC  (3+ messages)
  ` [PATCH 2/3] Modify Makefile to understand the new module structure
  ` [PATCH 3/3] Add documentation on how to write a dracut module

[PATCH RFC 1/5] We now know how to configure the network interfaces
 2009-02-26  2:42 UTC  (5+ messages)
  ` [PATCH 2/5] Update scripts to make things a little easier to read
  ` [PATCH 3/5] Save any dhcp options we did not handle to net.$interface.dhcpopts
  ` [PATCH 4/5] Move running dhclient on DHCP interfaces into a pre-mount hook
  ` [PATCH 5/5] Do not run dhclient if the interface is already up

[RFC PATCH] Move actually mounting the root filesystem into its own series of hooks
 2009-02-25 12:13 UTC  (29+ messages)

cryptsetup does not like running in a while read loop
 2009-02-25  5:00 UTC 

Stop CC'ing everyone
 2009-02-24 16:13 UTC  (2+ messages)

Make cryptroot handling act as a real producer/consumer
 2009-02-24  5:00 UTC 

Support rootflags and rootfstype kernel parameters
 2009-02-24  5:00 UTC 

We now support mounting the rootfs rw
 2009-02-24  5:00 UTC 

We now support the noresume kernel parameter
 2009-02-24  5:00 UTC 

tiny fixup to getarg to make handling more arguments slightly easier
 2009-02-24  5:00 UTC 

Make exec failure not kill init or switch_root
 2009-02-24  5:00 UTC 

Hooks and modules have a .sh extension
 2009-02-24  5:00 UTC 

[PATCH 1/2] Hooks and modules have a .sh extension
 2009-02-23 18:28 UTC  (3+ messages)
  ` [PATCH 2/2] Make exec failure not kill init or switch_root

[PATCH 1/5] tiny fixup to getarg to make handling more arguments slightly easier
 2009-02-22  6:22 UTC  (6+ messages)
  ` [PATCH 2/5] We now support the noresume kernel parameter
  ` [PATCH 3/5] We now support mounting the rootfs rw
  ` [PATCH 4/5] Support rootflags and rootfstype kernel parameters
  ` [PATCH 5/5] Make cryptroot handling act as a real producer/consumer
  ` [PATCH 6/5] cryptsetup does not like running in a while read loop

initramfs-tools 0.93 status report
 2009-02-20 14:48 UTC  (2+ messages)

Tainting the initrd
 2009-02-19 13:22 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox