replace this :
root@hostname# cd /mnt/buildroot/dev/ root@hostname# tar -cv /dev/sda* | tar -x
by this :
root@hostname# cd /mnt/buildroot/ root@hostname# tar -cv /dev/sda* | tar -x
due to some yaird problem
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
Problem
replace this :
root@hostname# cd /mnt/buildroot/dev/
root@hostname# tar -cv /dev/sda* | tar -x
by this :
root@hostname# cd /mnt/buildroot/
root@hostname# tar -cv /dev/sda* | tar -x
due to some yaird problem