Branch: refs/heads/master
Home:
https://github.com/openSUSE/kiwi
Commit: be8c87b53fe82808a0bb4904cbe5f5719f627f3e
https://github.com/openSUSE/kiwi/commit/be8c87b53fe82808a0bb4904cbe5f5719f627f3e
Author: Marcus Schäfer <
m...@suse.de>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M modules/KIWIXML.pm
Log Message:
-----------
- fixed __populateDriverInfo
* the function did not work correctly with the default profile
name. It uses the kiwi internal default profile name 'kiwi_default'
as real profile name and failed to use a section as default
section if the 'default' profile name was explicitly specified
like it is the case for the netboot boot image descriptions
Commit: 5d8e2c27b50602984c6034e5d1302d0717643d17
https://github.com/openSUSE/kiwi/commit/5d8e2c27b50602984c6034e5d1302d0717643d17
Author: Marcus Schäfer <
m...@suse.de>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M modules/KIWIXML.pm
Log Message:
-----------
- cleanup KIWIXML constructor
* The object variables $this->{buildType} and $this->{defaultType}
were used without any real context and are just a copy of
$imageType and $this->{selectedType}
Commit: 997364d5e7760ed6037a628608e22e3ebc8a6136
https://github.com/openSUSE/kiwi/commit/997364d5e7760ed6037a628608e22e3ebc8a6136
Author: Marcus Schäfer <
m...@suse.de>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M modules/KIWIRuntimeChecker.pm
Log Message:
-----------
- fixed unaligned done flags
Commit: 77add1d14c9cbbbc5556976c88b642d81b71bacc
https://github.com/openSUSE/kiwi/commit/77add1d14c9cbbbc5556976c88b642d81b71bacc
Author: Marcus Schäfer <
m...@suse.de>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M modules/KIWIImage.pm
M modules/KIWIImageCreator.pm
M modules/KIWIXML.pm
Log Message:
-----------
- adapt handling of bootkernel and bootprofile to new data structure
* there is still the function __populateDefaultProfiles_legacy
active and working but as soon as this code will go away the
transfer of the 'bootkernel' and 'bootprofile' attributes from
the system image into the boot image must follow the new data
structure which is based on get and set methods. Actually this
change also fixes the creation of the .profile kiwi_drivers
data because the code writing this is already based on the new
internal data structure and was missing the correct boot
profile information according to bootkernel and bootprofile
Compare:
https://github.com/openSUSE/kiwi/compare/cd852151f710...77add1d14c9c