Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. - install the makedev package, and create a default set of static device files using (after chrooting)
  2. `# apt-get install makedev`
  3. `# mount none /proc -t proc`
  4. `# cd /dev`
  5. `# MAKEDEV generic`
  6.  
  7. -manually create only specific device files using MAKEDEV
  8.  
  9. - bind mount /dev from your host system on top of /dev in the target system; note that the postinst scripts of some packages may try to create device files, so this option should only be used with care
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement