diff options
author | Tails developers <amnesia@boum.org> | 2012-05-04 17:12:17 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-07-23 22:23:25 +0200 |
commit | 1067a0b7db170f3ac430c49316f5d55bff8e5668 (patch) | |
tree | df91a385d89a12feb674329f037133c65f7f6590 /config/amnesia | |
parent | a36c7b20d83a62d4fd6d5a8f6d53b31b11eaedf7 (diff) |
Tell live-boot to setup filesystems listed in live/Tails.module if it exists.
This is achieved by appending module=Tails to the kernel command-line.
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 eb383e5..41072c3 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 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 module=Tails" ### You should not have to change anything bellow this line #################### |