mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
container: rm nologin file from container image
This allows one to create an sshd container if they want.
See https://pagure.io/atomic-wg/issue/316
(cherry picked from commit 49357c4246)
This commit is contained in:
@@ -38,5 +38,6 @@ systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connec
|
||||
#
|
||||
umount /run
|
||||
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
||||
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
|
||||
|
||||
%end
|
||||
|
||||
Reference in New Issue
Block a user