Skip to content
Snippets Groups Projects

Update cc7-base to fix /run/lock breakage (upstream)

Merged Luis Fernandez Alvarez requested to merge fernandl/cc7-base:master into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -141,7 +141,9 @@ localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
# Clean up after the installer.
rm -f /etc/rpm/macros.imgcreate
# temp fix for systemd /run/lock
# Fix /run/lock breakage since it's not tmpfs in docker
umount /run
systemd-tmpfiles --create --boot
############# CERN'ify ########################################################
Loading