Skip to content

Commit

Permalink
Merge pull request #333 from yast/extended_fix
Browse files Browse the repository at this point in the history
fix extended typo (thanks mvidner)
  • Loading branch information
jreidinger committed May 11, 2016
2 parents ad91967 + 93ffb62 commit c289448
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 11 11:03:09 UTC 2016 - jreidinger@suse.com

- do not crash when stage1 is set to extended partition (thanks to
mvidner for catch, also fix bnc#978284)
- 3.1.182

-------------------------------------------------------------------
Tue May 10 15:10:43 UTC 2016 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-bootloader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 3.1.181
Version: 3.1.182
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/lib/bootloader/stage1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def assign_bootloader_device(selected_location)
case selected_location
when :root then add_udev_device(Yast::BootStorage.RootPartitionDevice)
when :boot then add_udev_device(Yast::BootStorage.BootPartitionDevice)
when :extended then add_udev_device(extended)
when :extended then add_udev_device(extended_partition)
when :mbr then add_udev_device(Yast::BootStorage.mbr_disk)
when :none then log.info "Resetting bootloader device"
when Array
Expand Down

0 comments on commit c289448

Please sign in to comment.