View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#106
Hi,

The code

Code:
sudo cp /home/user/MyDocs/wmctrl /.arch/usr/bin
results in

Code:
 cp: cannot create '/.arch/usr/bin': Path does not exist
Which, indeed, is the case. The directory does not exist. What did I do wrong?

Edit: Just noticed that the terminal output for getting into chroot returned a warning about pulse audio, concerning the same directory.

Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~/archlinux $ ./chrootarch 
Mounting...
using image file: /home/user/MyDocs/archmobile.img.ext2
fs type is ext2
Using ext2 file system
mounting /home/user/MyDocs/archmobile.img.ext2 on loop
.../home/user/MyDocs/archmobile.img.ext2 mounted on loop0
.
..
...
....
mount: mounting /var/run/pulse on /.archlinux/var/run/pulse failed: No such file or directory
Everything set up, running chroot...
[root@archmobile: /]
Could this be an Easy Debian dependancy for which I would need the image file as well?

Last edited by anthonie; 2010-12-07 at 20:03.