Differences

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

Link to this comparison view

Both sides previous revision Previous revision
chroot_ircd [2006/02/28 20:23]
193.77.138.112
chroot_ircd [2009/05/25 00:35] (current)
Line 1: Line 1:
 +==== 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 %`
 +
 +
  
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready