SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files
  • What does it do
    1. Creates basic chroot enviroment.
    2. Installs simple executables like ls,ps,find etc with libraries into chroot env.
    3. Installs whole rpm packages (except docs and mans) into chroot (rpm based systems)
    4. Installs slackware packages into chroot (slackware)
  • Installation # make install
  • Examples Initialize core chroot sys into current dir. # mkdir /CHROOT/ && cd /CHROOT # cb -c

    Installs /bin/ls into current dir (chroot env), with libraries it depends on. # cb -e /bin/ls OR # cb -e `which ls`

    Installs rpm packages into current dir. # cb -r mysql

    Install slackware package infor current dir. # cb -s mysql


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.