[rhel7-branch 1/1] Fix chronyd not working in the installation (#1085013)

jkonecny12 installerbot-noreply at redhat.com
Wed Aug 5 14:05:08 UTC 2015


From: Jiri Konecny <jkonecny at redhat.com>

Service chronyd not working on rhel7 now because it's missing command
flock.

Related: rhbz#1085013
---
 share/runtime-cleanup.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index dc2ff1c..781c7da 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -319,7 +319,7 @@ removefrom util-linux --allbut \
     /etc/mtab /etc/pam.d/login /etc/pam.d/remote \
     /usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
     /usr/sbin/{mkswap,nologin,sfdisk,swapoff,swapon,wipefs,partx} \
-    /usr/bin/{logger,hexdump}
+    /usr/bin/{logger,hexdump,flock}
 removefrom volume_key-libs /usr/share/locale/*
 removefrom wget /etc/* /usr/share/locale/*
 removefrom xorg-x11-drv-intel /usr/${libdir}/libI*


-- 
To view this commit on github, visit https://github.com/rhinstaller/lorax/commit/b2f6a9f129ab96d7320ac17b0744fc105698c882


More information about the anaconda-patches mailing list