diff options
author | intrigeri <intrigeri@boum.org> | 2016-01-01 11:12:31 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-01-01 11:12:31 +0000 |
commit | 3f57f3796d16c81a68e71e64e4d8fd0fa5ae17fb (patch) | |
tree | 03a7f2bc92dd6914fe9a191cacef00f523fb5996 /config/amnesia | |
parent | 5b99162721e2a0612399e4a7a4a3753e45a488c5 (diff) |
Update 'nopersistent' boot parameter to 'nopersistence'.
Since live-boot (3.0~a27-1) and this commit:
commit 4e54d60d7f69ae3441e519e5611bd7ea48a8be19
Author: Daniel Baumann <daniel@debian.org>
Date: Sun Apr 8 18:29:45 2012 +0200
Using 'persistence' (noun) rather than 'persistent'
(adjective/adverb) everywhere.
... we should have been passing 'nopersistence' instead of 'nopersistent' on the
kernel command line.
Will-fix: #10831
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 437ccdf..4e7584e 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 apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails" +AMNESIA_APPEND="live-media=removable apparmor=1 security=apparmor nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails" # Options passed to isohybrid AMNESIA_ISOHYBRID_OPTS="-h 255 -s 63" |