diff options
-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> |