diff options
author | Tails developers <amnesia@boum.org> | 2013-01-09 16:04:03 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2013-01-09 16:04:03 +0100 |
commit | db469857a6219c8cc24119b428205df0337b07bc (patch) | |
tree | 23176c457442e9cb608b6ede6e6091c83a3d0316 /config/amnesia | |
parent | 28b28bd1853c9fbf030deac5e87e526f67342dba (diff) |
Don't add "quiet" to the kernel command-line ourselves.
Else, it appears twice as live-build's lb_binary_syslinux adds it too.
Historically, we've been adding it ourselves on top of that because some other
live-build's bootloader config handling scripts (such as lb_binary_yaboot) do
not add it, but since we gave up the PowerPC support attempt, we're now only
interested in syslinux, so let's make it easier for the general case, e.g.
when one wants to remove the "quiet" parameter as suggested by our faulty
startup debugging documentation.
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 41072c3..0bc0c00 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 module=Tails" +AMNESIA_APPEND="live-media=removable nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin module=Tails" ### You should not have to change anything bellow this line #################### |