Skip to content

Commit

Permalink
Remove prep_shrink client
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Oct 28, 2021
1 parent 54692ba commit cdf7ab1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 339 deletions.
3 changes: 0 additions & 3 deletions src/clients/prep_shrink_finish.rb

This file was deleted.

9 changes: 1 addition & 8 deletions src/lib/installation/clients/inst_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -399,18 +399,11 @@ def save_settings_steps
end
end

INSTALL_BOOTLOADER_STEPS_MINIMAL =
[
"prep_shrink", # ensure that prep partition is small enough for boot sector (bnc#867345)
"bootloader"
].freeze

def install_bootloader_steps
if ::Installation::MinimalInstallation.instance.enabled?
INSTALL_BOOTLOADER_STEPS_MINIMAL
["bootloader"]
else
[
"prep_shrink", # ensure that prep partition is small enough for boot sector (bnc#867345)
"cio_ignore", # needs to be run before initrd is created (bsc#933177)
ProductFeatures.GetBooleanFeature("globals", "enable_kdump") == true ? "kdump" : "",
"bootloader"
Expand Down
91 changes: 0 additions & 91 deletions src/lib/installation/prep_shrink.rb

This file was deleted.

237 changes: 0 additions & 237 deletions test/prep_shrink_test.rb

This file was deleted.

0 comments on commit cdf7ab1

Please sign in to comment.