diff options
author | Tails developers <amnesia@boum.org> | 2011-09-13 12:38:29 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2011-09-13 12:38:29 +0200 |
commit | c819f30710977a4ed5016f13b356bb04973f0c9d (patch) | |
tree | fe9a52dc0469910e11607e70f0a9a20eb954dbb9 /config/amnesia | |
parent | 28deadef019c905455c6efa47fe34f4150ada246 (diff) |
Revert "Fixed [[bugs/sdmem_on_eject_broken_for_CD]]."
This reverts commit e9f4227934924ebca15280893bd14ac8ee23d393.
The fix doesn't seem to work on (some?) real hardware, only virtual
(like in VirtualBox).
Diffstat (limited to 'config/amnesia')
-rw-r--r-- | config/amnesia | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/amnesia b/config/amnesia index f79bd64..86b7596 100644 --- a/config/amnesia +++ b/config/amnesia @@ -11,9 +11,7 @@ # sourced by various other scripts. # 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="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC block.events_dfl_poll_msecs=1000" +AMNESIA_APPEND="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC" # Options passed to isohybrid # Default: "-entry 4 -type 1c" |