[OE-core] [PATCH] init-install-efi.sh: Remove unnecessary udev rules file to avoid errors

Darren Hart dvhart at linux.intel.com
Mon Sep 23 19:14:25 UTC 2013


On Mon, 2013-09-23 at 12:09 -0700, Darren Hart wrote:
> Fixes [YOCTO #5233]
> 
> Modeled after Chen Qi's fix to [YOCTO #3924] from oe-core commit:
> 6b6db7b4fb7aa17b8e29076decc830149b9d35bc
> init-install.sh: remove unnecessary udev rules file to avoid error messages
> 
> /etc/udev/scripts/mount.sh is removed by init-install-efi.sh, but the
> udev rules file which specifies the invocation of this script is not
> removed, thus causing the error message during a live install:
> 
> /etc/udev/scripts/mount.sh: No such file or directory
> 
> The /etc/udev/rules/automount.rules no longer works once the mount.sh
> script is removed. Remove it to avoid the error message.
> 
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> Cc: mihaix.lindner at linux.intel.com
> ---
>  meta/recipes-core/initrdscripts/files/init-install-efi.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts/files/init-install-efi.sh
> index 23228c9..26e3174 100644
> --- a/meta/recipes-core/initrdscripts/files/init-install-efi.sh
> +++ b/meta/recipes-core/initrdscripts/files/init-install-efi.sh
> @@ -58,6 +58,7 @@ echo "Installing image on /dev/${device}"
>  #
>  # The udev automounter can cause pain here, kill it
>  #
> +rm -f /etc/udev/rules.d/automount.rules
>  rm -f /etc/udev/scripts/mount*
>  
>  #

Note: this is completely untested. Mihai, could you confirm this
addresses the installation issue you saw?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel





More information about the Openembedded-core mailing list