From bd9c5646457ba37964d36853612d7c5e16b00bb8 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 8 Apr 2019 13:57:28 +0300 Subject: [PATCH] skip excludedocs --- config-generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-generator.sh b/config-generator.sh index ecc1991..c31a443 100755 --- a/config-generator.sh +++ b/config-generator.sh @@ -27,7 +27,7 @@ echo '}' >> $default_cfg cat < $default_cfg config_opts['target_arch'] = '$platform_arch --without uclibc' config_opts['legal_host_arches'] = ('i586', 'i686', 'x86_64') -config_opts['urpmi_options'] = '--no-suggests --no-verify-rpm --ignoresize --excludedocs --downloader wget --fastunsafe --nolock $extra_cfg_options' +config_opts['urpmi_options'] = '--no-suggests --no-verify-rpm --ignoresize --downloader wget --fastunsafe --nolock $extra_cfg_options' config_opts['urpm_options'] = '$extra_cfg_urpm_options' config_opts['root'] = '$platform_name-$platform_arch' config_opts['chroot_setup'] = 'basesystem-minimal basesystem-build xz timezone'