diff options
author | Tails developers <amnesia@boum.org> | 2012-04-26 00:31:57 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-04-26 00:31:57 +0200 |
commit | 7df60153404f02177d9f2bf53e1cb8d49a3e6b39 (patch) | |
tree | d80e88a92be74f43f1dfa5f553411c87ed060ee5 /config/amnesia | |
parent | cc3dad7d171246263befdd7302ce6927c27ef35a (diff) |
Remove obsolete noswap boot parameter.
live-boot has been respectful of the "swap is opt-in" rule since the last time
we fixed it there, that is almost 3 years ago. There is no parameter like noswap
to *disable* swap anymore, but only the swapon parameter that allows to enable
it. Therefore, it looks like we can safely simplify our configuration a bit, and
stop carrying such obsolete stuff.
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 96f4cd1..eb383e5 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="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin" +AMNESIA_APPEND="live-media=removable nopersistent noprompt quiet timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin" ### You should not have to change anything bellow this line #################### |