From 1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Nov 2010 23:48:57 +0000 Subject: remove basesystem_media_root, basesystem_media, and use_system_distrib config options, they have no use now that we don't need a repository tree to check if chroot is up-to-date --- iurt2 | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 86d2c4c..a8fbbd7 100755 --- a/iurt2 +++ b/iurt2 @@ -273,9 +273,6 @@ $run{todo} = []; [ "", "delete-on-success", 0, "", "Don't keep generated packages and their logs", sub { $run{delete_on_success} = 1 }, "Setting the delete on success flag" ], - [ "", "use-system-distrib", 1, "", - "Use the current system urpmi configuration", - sub { $run{use_system_distrib} = shift; 1 }, "Setting system distrib for urpmi configuration" ], [ "v", "verbose", 1, "", "Give more info messages about what is going on (level from 1 to 10)", sub { $run{verbose} = $_[0]; 1 }, "Setting verbose level" ], @@ -428,17 +425,6 @@ my %config_usage = ( 'contrib' => [ 'release' ] } }, - basesystem_media_root => { - desc => 'Name of the media holding basesystem packages', - default => sub { - my ($config, $run) = @_; - "$config->{repository}/$run->{distro}/$run->{my_arch}/"; - } - }, - basesystem_media => { - desc => 'Where to find basesystem packages', - default => 'main/release' - }, basesystem_packages => { desc => 'List of packages needed for the chroot creation', default => [ -- cgit v1.2.1