On Wed, Oct 03, 2007 at 01:30:24AM +0200, Jérémy Bobbio wrote:
> diff --git a/packages/arch/i386/grub-installer/grub-installer 
> b/packages/arch/i386/grub-installer/grub-installer
> index 16c9183..b45004c 100755
> --- a/packages/arch/i386/grub-installer/grub-installer
> +++ b/packages/arch/i386/grub-installer/grub-installer
> @@ -247,7 +247,7 @@ esac
>  rootfs_nodevfs=$(mapdevfs $rootfs)
>  bootfs_nodevfs=$(mapdevfs $bootfs)
>  prefix=$(echo "$bootfs" | \
> -  sed 's:\(/dev/\(cciss\|ida\)/c[0-9]d[0-9]\|/dev/[a-z]\+\).*:\1:')
> +  sed 
> 's:\(/dev/\(cciss\|ida\)/c[0-9]d[0-9]\|/dev/[a-z]\+\|/dev/i2o/hd[a-z]\).*:\1:')
This one is wrong and should probably be:
  sed 
's:\(/dev/\(cciss\|ida\)/c[0-9]d[0-9]\|/dev/[a-z]\+\|\/dev\/i2o\/hd[a-z]\).*:\1:')

Cheers,
-- 
Jérémy Bobbio

Attachment: signature.asc
Description: Digital signature

Reply via email to