Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
chroot_ircd [2006/02/27 21:39]
193.77.104.168 created
chroot_ircd [2009/05/25 00:35] (current)
Line 1: Line 1:
-mknod -m 444 urandom c 1 9+==== device files ==== 
 +  cd /chroot/dev 
 +  mknod -m 444 urandom c 1 9 
 + 
 +==== libraries ==== 
 +naredi direktorije 
 +  ldd ircd | awk '{print $3}' | sed '/^$/d' | xargs -I % dirname % | xargs -I % mkdir -p % 
 +skopiraj knjiznice 
 +  ldd ircd | awk '{print $3}' | sed '/^$/d' | xargs -I % cp % /chroot% 
 + 
 +nagradno vprasanje: zakaj tole ne dela? 
 +  ldd ircd | awk '{print $3}' | sed '/^$/d' | xargs -I % mkdir -p `dirname %` 
  
  
chroot_ircd.1141072758.txt.gz · Last modified: 2009/05/25 00:34 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready