Hello community, here is the log from the commit of package kiwi for openSUSE:12.3 checked in at 2013-02-15 17:08:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/kiwi (Old) and /work/SRC/openSUSE:12.3/.kiwi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi", Maintainer is "[email protected]" Changes: -------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fix-efi.patch ++++++ --- /var/tmp/diff_new_pack.4jlFQr/_old 2013-02-15 17:08:56.000000000 +0100 +++ /var/tmp/diff_new_pack.4jlFQr/_new 2013-02-15 17:08:56.000000000 +0100 @@ -282,3 +282,24 @@ $cmd.= " $uefiOpt"; } $data = qxx ("$cmd $iso 2>&1"); +Index: kiwi/modules/KIWICollect.pm +=================================================================== +--- kiwi.orig/modules/KIWICollect.pm ++++ kiwi/modules/KIWICollect.pm +@@ -130,6 +130,7 @@ sub new { + bless $this, $class; + + $this->{m_logger} = KIWILog -> instance(); ++ $this->{m_logger}->setLogFile("terminal"); + + #========================================== + # Module Parameters +@@ -754,7 +755,7 @@ sub mainTask + $this->{m_basesubdir}->{$cd}, + $isoname, + $attr, +- $checkmedia ++ $checkmedia, $this->{cmdL}, $this->{m_xml} + ); + + # Just the first media is usually bootable at SUSE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
