diff options
author | Tails developers <amnesia@boum.org> | 2013-12-22 18:01:07 +0000 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2013-12-22 18:34:15 +0000 |
commit | 67f482bc0984981bdce215abea52a6e464752bcb (patch) | |
tree | 7375be8a36d10e4321d7f6168734ae76c7fcd177 /config/amnesia | |
parent | b352ea1ec8b23c4d83e9e42b473a808e525c25aa (diff) |
Disable the autologin text consoles (Closes: #5588).
Diffstat (limited to 'config/amnesia')
-rw-r--r-- | config/amnesia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/amnesia b/config/amnesia index b4522d9..c188cbe 100644 --- a/config/amnesia +++ b/config/amnesia @@ -13,7 +13,7 @@ # Base for the string that will be passed to "lb config --bootappend-live" # FIXME: see [[bugs/sdmem_on_eject_broken_for_CD]] for explanation why we # need to set block.events_dfl_poll_msecs -AMNESIA_APPEND="live-media=removable nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin module=Tails" +AMNESIA_APPEND="live-media=removable nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails" ### You should not have to change anything bellow this line #################### |