Mailinglist Archive: opensuse-bugs (13451 mails)

< Previous Next >
[Bug 335147] New: kiwi: zypper needs to be called with --auto-agree-with-licenses in all places
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 19 Oct 2007 03:52:03 -0600 (MDT)
  • Message-id: <bug-335147-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=335147

Summary: kiwi: zypper needs to be called with --auto-agree-with-
licenses in all places
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System Imaging
AssignedTo: ms@xxxxxxxxxx
ReportedBy: cthiel@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---


.. to make sure the installation really works ;)

This is the patch I used on kiwi 1.74 to make it work for me. Maybe there are
even more places where this needs to be fixed:

--- KIWIManager.pm
+++ KIWIManager.pm
@@ -795,7 +795,7 @@
# Create screen call file
#------------------------------------------
$kiwi -> info ("Installing image packages...");
- print $fd "chroot $root @zypper install @install\n";
+ print $fd "chroot $root @zypper install
--auto-agree-with-licenses @install\n";
print $fd "echo \$? > $screenCall.exit\n";
}
$fd -> close();


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
Follow Ups