diff options
author | Tails developers <amnesia@boum.org> | 2011-04-23 09:10:28 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2011-04-23 09:11:28 +0200 |
commit | 475ca843dde04812a688ff6f137814b89f66ddea (patch) | |
tree | 1ee71d46fddcc38f859f8d77bc34c1bf96a1adf8 /config/amnesia | |
parent | 0909156fd3ae1e8d15985a4be0212c1414603b8e (diff) |
Pass the noswap option to the kernel.
This won't change actual Tails behaviour, but will avoid users unnecessarily
worrying because of the "Activating swap" boot message displayed by
/etc/init.d/checkroot.sh. See /lib/init/vars.sh for the noswap option handling
details.
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 aba668c..f363d75 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="splash live-media=removable nopersistent noprompt quiet" +AMNESIA_APPEND="noswap splash live-media=removable nopersistent noprompt quiet" # Options passed to isohybrid # Default: "-entry 4 -type 1c" |