Skip to content

Commit

Permalink
do NOT remove /mnt/run, it's a mounted directory (bsc#1149011)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Sep 18, 2019
1 parent 6b4ff84 commit 7e589fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/installation/clients/pre_umount_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ def write
# See FATE #303396
HandleSecondStageRequired()

# Remove content of /run which has been created by the pre/post
# install scripts while RPM installation and not needed anymore.
# (bnc#1071745)
SCR.Execute(path(".target.bash"), "/usr/bin/rm -rf /run/*")

# Release all sources, they might be still mounted
Pkg.SourceReleaseAll

Expand Down

0 comments on commit 7e589fa

Please sign in to comment.