Changes

Jump to navigation Jump to search
14 bytes removed ,  00:57, 16 September 2014
Line 294: Line 294:  
  #yum -c "$yum_config" --installroot="$target" --setopt=tsflags=nodocs \
 
  #yum -c "$yum_config" --installroot="$target" --setopt=tsflags=nodocs \
 
  #--setopt=group_package_types=mandatory -y groupinstall Core
 
  #--setopt=group_package_types=mandatory -y groupinstall Core
 
+
 
  ###here it is for testing purpose, you will build a pure centos base docker image (keep only one yum line of course)
 
  ###here it is for testing purpose, you will build a pure centos base docker image (keep only one yum line of course)
 
  #yum -c "/root/repo_file" --installroot="$target" --setopt=tsflags=nodocs --setopt=group_package_types=mandatory -y groupinstall Core ###this line is to test and build a pure centos base in order to test
 
  #yum -c "/root/repo_file" --installroot="$target" --setopt=tsflags=nodocs --setopt=group_package_types=mandatory -y groupinstall Core ###this line is to test and build a pure centos base in order to test
Line 301: Line 301:  
  ###here we take rpm in the most uptodate version
 
  ###here we take rpm in the most uptodate version
 
  yum -c "/root/repo_file" --installroot="$target" --setopt=tsflags=nodocs --setopt=group_package_types=mandatory -y install e-smith\* smeserver\*
 
  yum -c "/root/repo_file" --installroot="$target" --setopt=tsflags=nodocs --setopt=group_package_types=mandatory -y install e-smith\* smeserver\*
 
+
<nowiki>###</nowiki>a bit of clean
+
###a bit of clean
 
  yum -c "/root/repo_file" --installroot="$target" -y clean all
 
  yum -c "/root/repo_file" --installroot="$target" -y clean all
 
   
 
   

Navigation menu