diff options
author | Olivier Blin <blino@mageia.org> | 2011-03-17 22:50:16 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-03-17 22:50:16 +0000 |
commit | a82216519b7076aa705444996420e4660347f629 (patch) | |
tree | 0cd006afa4d55ce9b3a7601a77a8386224186702 /iurt2 | |
parent | 2b6ec2b677916762be4f08affcbd7a726e048ec3 (diff) | |
download | iurt-a82216519b7076aa705444996420e4660347f629.tar iurt-a82216519b7076aa705444996420e4660347f629.tar.gz iurt-a82216519b7076aa705444996420e4660347f629.tar.bz2 iurt-a82216519b7076aa705444996420e4660347f629.tar.xz iurt-a82216519b7076aa705444996420e4660347f629.zip |
always use basesystem-minimal instead of basesystem
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,7 @@ my %config_usage = ( basesystem_packages => { desc => 'List of packages needed for the chroot creation', default => [ - ($run{distro} =~ /cooker|2008.1/ ? 'basesystem-minimal' : 'basesystem'), + 'basesystem-minimal', 'rpm-build', 'sudo', 'urpmi', |