[node-patches] Change in ovirt-node[master]: Block all gettys on installation
fabiand at redhat.com
fabiand at redhat.com
Tue Sep 2 12:29:03 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: Block all gettys on installation
......................................................................
Block all gettys on installation
Previously we only blocked tty0 from appearing, now we block getty
instances on all consoles to prevent irritation.
Change-Id: I20508789d0bb3440f9175b7e60b5a7d4366edd7c
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M services/ovirt-firstboot.service
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/07/32307/1
diff --git a/services/ovirt-firstboot.service b/services/ovirt-firstboot.service
index 4b5045f..cad80db 100644
--- a/services/ovirt-firstboot.service
+++ b/services/ovirt-firstboot.service
@@ -1,7 +1,7 @@
[Unit]
Description=oVirt Node installation and configuration service
After=ovirt-early.service
-Before=getty at tty1.service
+Before=getty at .service
[Service]
Environment=RUNLEVEL=3
--
To view, visit http://gerrit.ovirt.org/32307
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20508789d0bb3440f9175b7e60b5a7d4366edd7c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list