diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 13:23:42 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 13:23:42 +0000 |
commit | e01c59488b87ae069d07532b1a356c56cc8a2ef6 (patch) | |
tree | 12aa8e5ea91355a7c616bf628b5dad124a5ffb76 | |
parent | 1349b36abda31902be8e5a512aa718b15d1ee472 (diff) | |
download | drakx-e01c59488b87ae069d07532b1a356c56cc8a2ef6.tar drakx-e01c59488b87ae069d07532b1a356c56cc8a2ef6.tar.gz drakx-e01c59488b87ae069d07532b1a356c56cc8a2ef6.tar.bz2 drakx-e01c59488b87ae069d07532b1a356c56cc8a2ef6.tar.xz drakx-e01c59488b87ae069d07532b1a356c56cc8a2ef6.zip |
get INSTALL stuff on live as well
-rwxr-xr-x | move/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index ae0db6e7d..10459f3a6 100755 --- a/move/make_live +++ b/move/make_live @@ -36,7 +36,7 @@ sub installPackages { }); my %compssUsersChoice = map { $_ => 1 } map { @{$_->{flags}} } values %{$o->{compssUsers}}; - $compssUsersChoice{$_} = 1 foreach 'SYSTEM', 'DVD', 'USB', 'SOUND', 'BURNER', 'UTF8', 'DOCS', 'TV', '3D'; + $compssUsersChoice{$_} = 1 foreach 'SYSTEM', 'DVD', 'USB', 'SOUND', 'BURNER', 'UTF8', 'DOCS', 'TV', '3D', 'INSTALL'; $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach @langs; pkgs::setSelectedFromCompssList($o->{packages}, \%compssUsersChoice, 4, 0); |