[arch-general] Error message on mkinitcpio

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Thu Feb 11 23:45:57 EST 2010


On 02/12/2010 01:03 AM, Tomás Acauan Schertel wrote:
> On Fri, Feb 12, 2010 at 00:57, Gerardo Exequiel Pozzi<
> vmlinuz386 at yahoo.com.ar>  wrote:
>
>    
>> On 02/11/2010 11:26 PM, Tomás Acauan Schertel wrote:
>>
>>      
>>> I still got error message after using packages from [testing].
>>> Am I doing something wrong??
>>>
>>>
>>>
>>>
>>>        
>> what of error message? conflicts files in pacman? or when mkinitcpio
>> generates the image?
>>
>>      
> mkinitcpio generating the image
>    
>
OK.

What returns this command (this is what are around line 17)?

# as root, in this case shuld view the error message
for blkdev in $(find /dev -type b | grep -v -e /dev/loop -e /dev/ram -e 
/dev/fd); do
      (eval $(/sbin/blkid -o udev -p "${blkdev}"); [ "${ID_FS_USAGE}" = 
"filesystem" ] && echo $ID_FS_TYPE)
done

in that case, execute this

for blkdev in $(find /dev -type b | grep -v -e /dev/loop -e /dev/ram -e 
/dev/fd); do
      /sbin/blkid -o udev -p "${blkdev}"
done


-- 
Gerardo Exequiel Pozzi ( djgera )
http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219  76ED 39AB 221B 1B8C 330D




More information about the arch-general mailing list