diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-19 01:18:58 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-19 01:18:58 +0000 |
commit | 269e053129ef9dd0ae5569a8541bc0bf0cd4f698 (patch) | |
tree | 6c98279f44c66bf96e54c083e62d923e78badd42 | |
parent | 19f610bba8a7b2e9dd942b09b955b4d7cc18e036 (diff) | |
download | bcd-269e053129ef9dd0ae5569a8541bc0bf0cd4f698.tar bcd-269e053129ef9dd0ae5569a8541bc0bf0cd4f698.tar.gz bcd-269e053129ef9dd0ae5569a8541bc0bf0cd4f698.tar.bz2 bcd-269e053129ef9dd0ae5569a8541bc0bf0cd4f698.tar.xz bcd-269e053129ef9dd0ae5569a8541bc0bf0cd4f698.zip |
Install basesystem list
-rw-r--r-- | dvd_free32.xml | 3 | ||||
-rw-r--r-- | dvd_free64.xml | 3 | ||||
-rw-r--r-- | dvd_pwp32.xml | 3 | ||||
-rw-r--r-- | dvd_pwp64.xml | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/dvd_free32.xml b/dvd_free32.xml index ecf264b..f7b38af 100644 --- a/dvd_free32.xml +++ b/dvd_free32.xml @@ -65,6 +65,9 @@ <input name="base"> <file>lists/input_cat</file> </input> + <input name="basesystem"> + <file>lists/basesystem_mini</file> + </input> <input> <file>lists/input_main_ooo3</file> </input> diff --git a/dvd_free64.xml b/dvd_free64.xml index 881a656..b84bf63 100644 --- a/dvd_free64.xml +++ b/dvd_free64.xml @@ -65,6 +65,9 @@ <input name="base"> <file>lists/input_cat</file> </input> + <input name="basesystem"> + <file>lists/basesystem_mini</file> + </input> <input> <file>lists/input_main_ooo3</file> </input> diff --git a/dvd_pwp32.xml b/dvd_pwp32.xml index 3a5ff9f..4bb186d 100644 --- a/dvd_pwp32.xml +++ b/dvd_pwp32.xml @@ -66,6 +66,9 @@ <input name="base"> <file>lists/input_cat_pwp</file> </input> + <input name="basesystem"> + <file>lists/basesystem_mini</file> + </input> <input> <file>lists/input_main_ooo3</file> </input> diff --git a/dvd_pwp64.xml b/dvd_pwp64.xml index 351efb3..6dfba9c 100644 --- a/dvd_pwp64.xml +++ b/dvd_pwp64.xml @@ -66,6 +66,9 @@ <input name="base"> <file>lists/input_cat_pwp</file> </input> + <input name="basesystem"> + <file>lists/basesystem_mini</file> + </input> <input> <file>lists/input_main_ooo3</file> </input> |