diff options
author | Max <govnototalitarizm@gmail.com> | 2011-07-02 18:26:00 +0700 |
---|---|---|
committer | Max <govnototalitarizm@gmail.com> | 2011-07-02 18:26:00 +0700 |
commit | 1438a6beeac68eebe3adf332bc13a68e51a86cd4 (patch) | |
tree | f85cd4ccd2540e4dce66c039b8108978df1ebffb /config/amnesia | |
parent | 9d75444e04de2482ab58cc55d350417c61abba6b (diff) |
add tails-greeter to build with corresponding config entry
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 86b7596..25c7a5d 100644 --- a/config/amnesia +++ b/config/amnesia @@ -11,7 +11,7 @@ # sourced by various other scripts. # Base for the string that will be passed to "lb config --bootappend-live" -AMNESIA_APPEND="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC" +AMNESIA_APPEND="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC noautologin" # Options passed to isohybrid # Default: "-entry 4 -type 1c" |