On 20.05.2014 11:20, Hannes Reinecke wrote:
> The rootfs-generator was installed in the wrong path
> in the initrd, cause it never to be run.
> 
> References: bnc#878714
> 
> Signed-off-by: Hannes Reinecke <[email protected]>
> ---
>  modules.d/98systemd/module-setup.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules.d/98systemd/module-setup.sh 
> b/modules.d/98systemd/module-setup.sh
> index e14ce39..4516b9a 100755
> --- a/modules.d/98systemd/module-setup.sh
> +++ b/modules.d/98systemd/module-setup.sh
> @@ -192,7 +192,7 @@ install() {
>      inst_script "$moddir/dracut-mount.sh" /bin/dracut-mount
>      inst_script "$moddir/dracut-pre-pivot.sh" /bin/dracut-pre-pivot
>  
> -    inst_script "$moddir/rootfs-generator.sh" 
> /lib/systemd/system-generators/dracut-rootfs-generator
> +    inst_script "$moddir/rootfs-generator.sh" 
> $systemdutildir/system-generators/dracut-rootfs-generator
>  
>      inst_binary true
>      ln_r $(type -P true) "/usr/bin/loginctl"
> 

Thanks!

http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=ed2005fa5ba7d618bbb2c63bac616fba32a17a5d
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to