mkinitrd unification across distributions
 help / color / mirror / Atom feed
 messages from 2011-03-08 23:35:17 to 2011-08-12 16:02:47 UTC [more...]

[ANNOUNCE] dracut 013 release
 2011-08-12 16:02 UTC  (2+ messages)

[ANNOUNCE] dracut 012 release
 2011-08-12 14:01 UTC  (3+ messages)

dracut: automatically add "unix" kernel module
 2011-08-12  8:09 UTC  (6+ messages)

[PATCH v3 0/4] new dracut modules
 2011-08-12  6:22 UTC  (8+ messages)
  ` [PATCH v3 1/4] base/init: mount the securityfs filesystem
  ` [PATCH v3 2/4] dracut: added new module masterkey
  ` [PATCH v3 3/4] dracut: added new module integrity
  ` [PATCH v3 4/4] dracut: added new module ecryptfs

[PATCH] 99fs-lib module for common fsck needs
 2011-08-12  6:22 UTC  (7+ messages)
  ` [PATCH 1/4] implement fs-lib, squash a few bugs that were part of det_fs/wrap_fsck
  ` [PATCH 2/4] 95rootfs-block/mount-root.sh: '-a' for ext? is handled in fs-lib now
  ` [PATCH 3/4] 95rootfs-block/mount-root.sh: squash rootopts into rflags
  ` [PATCH 4/4] 95rootfs-block/mount-root.sh: comment out fstab generation

[PATCH] crypt: dropped plymouth --has-active-vt check on passwd prompt
 2011-08-12  6:21 UTC  (2+ messages)

[PATCH] 90kernel-modules: fixed handling rd.driver.post=
 2011-08-12  6:20 UTC  (2+ messages)

[PATCH] parse-lvm.sh: fix for generated initqueue/finished script
 2011-08-12  6:07 UTC  (2+ messages)

[PATCH 1/2] dracut: add --force-add option
 2011-08-12  6:07 UTC  (3+ messages)
  ` [PATCH 2/2] add documentation for --force-add

[Patch] lsinitrd: display the size of initrd
 2011-08-12  6:06 UTC  (2+ messages)

small updates for dmsquash-live module
 2011-08-12  6:06 UTC  (5+ messages)
  ` [PATCH 1/3] dmsquash-live-root cleanups/mini-fixes
  ` [PATCH 2/3] dmsquash-live-root: determine img type by contents, not name
  ` [PATCH 3/3] add apply-live-updates.sh to pre-pivot hook

[PATCH] livenet: module for fetching live images from the network
 2011-08-12  6:01 UTC  (4+ messages)

90mdraid questions
 2011-08-05 11:44 UTC 

[PATCH] init: fix for setting udev logging priority
 2011-08-02 13:00 UTC  (2+ messages)

Q: How to add more modules when -H is specified?
 2011-07-29  9:44 UTC  (3+ messages)

'make rpm' fails
 2011-07-29  9:40 UTC  (5+ messages)

Unable to boot Fedora 15 Live iso image from grub2 (iso-scan/filename kernel parameter)
 2011-07-21  8:57 UTC  (2+ messages)

[Patch] busybox module: parse busybox defined functions dynamically
 2011-07-21  8:01 UTC  (3+ messages)

[ANNOUNCE] dracut 011 release
 2011-07-18 16:13 UTC 

Dracut iSCSI Root
 2011-07-13  1:52 UTC 

[PATCH v2 0/4] new dracut modules
 2011-07-07 16:32 UTC  (15+ messages)
  ` [PATCH v2 1/4] base/init: mount the securityfs filesystem
  ` [PATCH v2 2/4] dracut: added new module masterkey
  ` [PATCH v2 3/4] dracut: added new module integrity
  ` [PATCH v2 4/4] dracut: added new module ecryptfs

initramfs building
 2011-07-07  8:28 UTC  (2+ messages)

[PATCH 1/2] luks key on ext dev - wait for luks
 2011-06-07 18:26 UTC 

[PATCH 2/2] luks key on ext dev - wait for luks
 2011-06-07 18:22 UTC 

[PATCH 1/2] luks key on ext dev - wait for luks
 2011-06-07 18:17 UTC 

(PATCH) force LANG=C for selinux load policy
 2011-06-01  8:02 UTC  (4+ messages)

question: shell restriction for modules
 2011-06-01  6:33 UTC  (2+ messages)

[RFC/PATCH] Expand fstab-sys, simplify rootfs-block
 2011-05-29  0:38 UTC  (14+ messages)
  ` [PATCH 1/5] dracut-lib.sh: add vwarn() function
  ` [PATCH 2/5] dracut-lib.sh: Add det_fs() and wrap_fsck()
  ` [PATCH 3/5] 95fstab-sys: use det_fs and wrap_fsck
                        ` [RFC] fstab-sys: concept
  ` [PATCH 4/5] 95rootfs-block/mount-root.sh: Rely on det_fs and wrap_fsck
  ` [PATCH 5/5] 95rootfs-block/block-genrules.sh: Use > instead of >>

[PATCH] new module - 98evm
 2011-05-25 19:28 UTC  (3+ messages)

[PATCH] Run plymouth only if on a normal console
 2011-05-25 11:36 UTC  (2+ messages)

[PATCH] Remove obsolete check reference from README.modules
 2011-05-24 23:31 UTC 

[PATCH] Fix "can't shift that many" crash with empty /proc/cmdline
 2011-05-17  8:33 UTC  (2+ messages)

[PATCH] dracut: use TMPDIR defintion
 2011-05-16 16:08 UTC  (2+ messages)

initramfs-tools 0.99 release
 2011-05-13 12:35 UTC 

[PATCH] dracut.kernel.7: crypto LUKS - info about gpg-encrypted keys
 2011-05-10 17:44 UTC 

Two small patches
 2011-05-10 12:36 UTC  (3+ messages)
  ` [PATCH 1/2] dracut-functions: update inst_binary()
  ` [PATCH 2/2] dracut-functions: remove find_rule()

[PATCH] dracut.conf: explain dracutmodules option better
 2011-05-07 13:28 UTC 

[PATCH 1/5] .gitignore: cleanup (prefix paths with /, remove unnecessary)
 2011-05-05 11:34 UTC  (5+ messages)
  ` [PATCH 2/5] .gitignore: ignore dracut.html, dracut.conf.d/*.conf files, test.log
      ` [PATCH 3/5] crypt-lib.sh: 'command -v' preferred over 'type'
          ` [PATCH 4/5] crypt: functions for ask-for-password and reading key
              ` [PATCH 5/5] new module - 91crypt-gpg

[PATCH] kernel-modules: inst modules.builtin if there's no modules.builtin.bin
 2011-04-28 13:45 UTC  (2+ messages)

fix missing slash
 2011-04-28 13:45 UTC  (3+ messages)
  ` [PATCH] modules.d/99base/init: missing slash in ismounted check

[PATCH 1/2] install losetup
 2011-04-28  6:24 UTC  (3+ messages)
  ` [PATCH 2/2] (wip) successfully unlocks LUKS devices from an encrypted loop file

[PATCH] dmsquash-live: hide plymouth while checking ISO
 2011-04-06 23:53 UTC 

[PATCH] dracut: don't fail on empty /etc/ld.so.conf.d/
 2011-04-01 22:45 UTC 

[ANNOUNCE] dracut 010 release
 2011-04-01 14:08 UTC 

[ANNOUNCE] dracut goes Cross OS
 2011-04-01  8:26 UTC 

[PATCH] dracut: don't skip zero-length string outfile argument
 2011-03-29  8:27 UTC  (4+ messages)
  ` [PATCHv2] "

[ANNOUNCE] dracut 009 release
 2011-03-28 20:27 UTC 

[PATCH 1/9] dracut-logger: 'user' facility for build-time and 'daemon' for boot-time
 2011-03-28  9:51 UTC  (12+ messages)
  ` [PATCH 2/9] dracut: when stdloglvl not set defaulted to 0 - should be 4
      ` [PATCH 3/9] dracut-functions: code formatting corrected
          ` [PATCH 4/9] dracut-functions: logging functions adjusted to dracut-logger
              ` [PATCH 5/9] modules.d: "
                  ` [PATCH 6/9] 40network: install dhclient, brctl and ifenslave optionally
                      ` [PATCH 7/9] dracut-logger: /dev/log is socket, not character device
                          ` [PATCH 8/9] dracut: new option: -M, --show-modules - lists modules on build
                              ` [PATCH 9/9] dracut.conf.5.xml, dracut.8.xml: logging options and -M documented

[PATCH] dracut: fix arithemtic ${#VAR[@]} tests
 2011-03-23 10:23 UTC  (2+ messages)

dracut 008 luks key in external device - still broken
 2011-03-20  6:29 UTC  (9+ messages)

[PATCH 1/3] Update and slightly refactor compression handling
 2011-03-19 15:48 UTC  (3+ messages)
  ` [PATCH 3/3] Update PKGBUILD to force backups of /etc/dracut.conf on install
  ` [PATCH 2/3] Make compression do The Right Thing based on what is in the config files

Turning off dracut git commit mails
 2011-03-17 11:33 UTC 

[dracut GIT] branch, master, updated. 519d339233fa5a99ec36e9cb6285b428eaeb0944
 2011-03-17 11:16 UTC 

[dracut GIT] branch, master, updated. 1e64e4939f785a93fbb79ca814cf35023f264f2b
 2011-03-17 11:14 UTC 

[PATCH 1/3] dracut: install ld.so.conf* with dracut_install instead of cp
 2011-03-16 20:46 UTC  (4+ messages)
  ` [PATCH 2/3] dracut-logger: make $maxloglvl public
      ` [PATCH 3/3] dracut: script adjusted to new logging facility; -v changed

[dracut GIT] branch, master, updated. 432196aef8002572e0a512f2d45344e181050177
 2011-03-16 20:43 UTC 

[ANNOUNCEMENT] Dracut moved to kernel.org
 2011-03-16 20:37 UTC 

[dracut GIT] branch, master, updated. 0afae1c7cea9487a2a043d9223ef38543f7c8bba
 2011-03-16 20:27 UTC 

[PATCH] docs: "/conf/conf.d" should be "/etc/conf.d"
 2011-03-16 11:00 UTC  (2+ messages)

[PATCH] dracut-logger: convertion to kernel console log level for kmsg
 2011-03-15 20:16 UTC 

[PATCH] dracut-logger: logging facility module for build- and boot-time
 2011-03-15 19:06 UTC  (6+ messages)
  ` [PATCHv2] "
  ` [PATCHv3] "
  ` [PATCHv4] "

dracut 005 question
 2011-03-15 11:24 UTC  (5+ messages)

[PATCH] dmsquash-live: use 'rootfs.img' for rootfs image name
 2011-03-14 15:31 UTC  (2+ messages)

[PATCH] cryptroot-ask: check that plymouth is running before use
 2011-03-11 10:45 UTC  (5+ messages)

[PATCH] btrfs improvements, in-initramfs dmsquash-live images
 2011-03-08 23:35 UTC  (2+ messages)
  ` [PATCH 7/7] Add support for in-initramfs live images with "root=live:/path/name.img"


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