All of lore.kernel.org
 help / color / mirror / Atom feed
* dracut: Make mkinintrd-dracut.sh SUSE mkinitrd compatible
@ 2013-09-27 18:18 Thomas Renninger
       [not found] ` <1380305940-64410-1-git-send-email-trenn-l3A5Bk7waGM@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Renninger @ 2013-09-27 18:18 UTC (permalink / raw)
  To: harald-H+wXaHxf7aLQT0dZR+AlfA; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

Hi,

these patches implement most important SuSE specific /sbin/mkinitrd
paramters:
  <none> : Before gives a "usage" error -> now scans /boot for kernels
           and builds corresponding inirtrds for them
  -i -k  : Pass a list of kernels and initrd targets
           (not sure it was worth the hassle to be able to pass)
  -b     : Boot directory to search for kernel images
  -d     : Change root file system. Not tested whether dracut's behavior
           matches exactly what our mkinitrd does.

If any of these parameters (including <none>) would have been called before,
mkinitrd-dracut.sh would have bailed out with a "usage error" and an error
code.
Or the other way around: Any valid mkinitrd-dracut.sh not resulting in an
error, should work exactly the same way it did before.

Therefore I hope these can get in if the code is ok.

Thanks,

    Thomas

[PATCH 1/6] mkinitrd-dracut.sh: Introduce -i -k parameters
[PATCH 2/6] mkinitrd-dracut.sh: Enhance param parsing: Allow
[PATCH 3/6] mkinitrd-dracut.sh: Implement --quiet|-q option
[PATCH 4/6] mkinitrd-dracut.sh: Allow mkinitrd call without passing
[PATCH 5/6] mkinitrd-dracut.sh: Also allow -d to specify the root_fs
[PATCH 6/6] mkinitrd-dracut.sh: Build host images for

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-10-04 11:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 18:18 dracut: Make mkinintrd-dracut.sh SUSE mkinitrd compatible Thomas Renninger
     [not found] ` <1380305940-64410-1-git-send-email-trenn-l3A5Bk7waGM@public.gmane.org>
2013-09-27 18:18   ` [PATCH 1/6] mkinitrd-dracut.sh: Introduce -i -k parameters Thomas Renninger
2013-09-27 18:18   ` [PATCH 2/6] mkinitrd-dracut.sh: Enhance param parsing: Allow multiple arguments per param Thomas Renninger
2013-09-27 18:18   ` [PATCH 3/6] mkinitrd-dracut.sh: Implement --quiet|-q option Thomas Renninger
2013-09-27 18:18   ` [PATCH 4/6] mkinitrd-dracut.sh: Allow mkinitrd call without passing any parameters Thomas Renninger
2013-09-27 18:18   ` [PATCH 5/6] mkinitrd-dracut.sh: Also allow -d to specify the root_fs and -s dummy Thomas Renninger
2013-09-27 18:19   ` [PATCH 6/6] mkinitrd-dracut.sh: Build host images for default_kernel_images and -i/-k paths Thomas Renninger
     [not found]     ` <1380305940-64410-7-git-send-email-trenn-l3A5Bk7waGM@public.gmane.org>
2013-10-02 10:25       ` Harald Hoyer
     [not found]         ` <524BF48D.2030803-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-10-04 11:42           ` Thomas Renninger
2013-10-04 11:58             ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.