On 02/12/2010 01:03 AM, Tomás Acauan Schertel wrote:
On Fri, Feb 12, 2010 at 00:57, Gerardo Exequiel Pozzi<
vmlinuz386@xxxxxxxxxxxx> 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