1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-15 21:23:09 +00: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:
Dusty Mabe 2017-08-11 09:11:36 -04:00
parent fa78bd6482
commit dd059fb52b
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -38,5 +38,6 @@ systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connec
# #
umount /run umount /run
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
%end %end