Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLE-12-GA' into SLE-12-SP1
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 11, 2015
2 parents c0d7822 + da69606 commit 2c3a3d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/yast2-packager.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 11 15:48:33 UTC 2015 - lslezak@suse.cz

- Do not check the free space on a CD/DVD mounted medium during
online migration (the mount point has been changed from /media to
/run/media) (bsc#952112)

-------------------------------------------------------------------
Wed Oct 21 14:29:50 UTC 2015 - lslezak@suse.cz

Expand Down
1 change: 1 addition & 0 deletions src/modules/SpaceCalculation.rb
Expand Up @@ -142,6 +142,7 @@ def EvaluateFreeSpace(spare_percentage)
mountName != "/dev/shm" &&
part["spec"] != "udev" &&
!mountName.start_with?("/media/") &&
!mountName.start_with?("/run/media/") &&
!mountName.start_with?("/var/adm/mount/")
part_info["name"] = mountName
end
Expand Down

0 comments on commit 2c3a3d6

Please sign in to comment.