Skip to content

Commit

Permalink
- fixed creation of install sticks without system image
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Jul 25, 2012
1 parent 2bdc5f3 commit afaf9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/KIWIBoot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4283,7 +4283,7 @@ sub installBootLoader {
#------------------------------------------
if ($cmdL) {
my $editBoot = $cmdL -> getEditBootConfig();
if (! $editBoot) {
if ((! $editBoot) && ($xml)) {
$editBoot = $xml -> getEditBootConfig();
}
if (($editBoot) && (-e $editBoot)) {
Expand Down

0 comments on commit afaf9f0

Please sign in to comment.