7/30/2014

Populate a whole-root directory structure

Using yum utility, we can populate a directory structure that holds bunch of software utilities. This structure could be later used as changed root environment (jail). The following command ran on Centos 6:

$ yum install --releasever=6  --installroot=/absolute/path/to/dir <package_name>

No comments:

Post a Comment