diff --git a/livecd-tools.spec b/livecd-tools.spec index 9f9f319..904d36a 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -3,7 +3,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 21.1 -Release: 49 +Release: 50 Epoch: 1 License: GPLv2+ Group: System/Base diff --git a/urpmi-bootstrapper.sh b/urpmi-bootstrapper.sh index c23bbed..bcd281e 100755 --- a/urpmi-bootstrapper.sh +++ b/urpmi-bootstrapper.sh @@ -101,7 +101,7 @@ if [ -n "${failed_pkgs}" ]; then ( set +f urpmi_cache="${urpmiRoot}/var/cache/urpmi/rpms" #rpm -Uvh --nodeps ${urpmi_cache}/*.rpm || : - urpmi ${urpmi_cache}/*.rpm || :) + urpmi --auto --no-suggests ${urpmi_cache}/*.rpm || : ) fi # Now, regardless success of installing one-by-one, let's install all packages and see if it will be successfull