#993 container-toolbox: Fix typo between %pre and %post
Merged 7 months ago by ngompa. Opened 7 months ago by rishi.

@@ -90,7 +90,9 @@ 

  

  # Remove 'tsflags=nodocs' line from dnf.conf

  sed -i '/tsflags=nodocs/d' /mnt/sysimage/etc/dnf/dnf.conf

+ %end

  

+ %post --erroronfail --log=/root/anaconda-post.log

  # https://bugzilla.redhat.com/show_bug.cgi?id=1343138

  # Fix /run/lock breakage since it's not tmpfs in docker

  # This unmounts /run (tmpfs) and then recreates the files

The snippet to fix the /run/lock breakage and the lines following it
were copied from the first %post section in fedora-container-base.ks.
However, the %end marker to terminate the previous %pre section, and the
starting %post marker went missing in fedora-container-toolbox.ks

rebased onto 23470e4da343fa6bdcc5f797ed2eb8636d9a1267

7 months ago

rebased onto f103852

7 months ago

Pull-Request has been merged by ngompa

7 months ago
Metadata