[Tails-dev] [PATCH] Change syslinux menu entries from "Live"…

Delete this message

Reply to this message
Author: Chris Lamb
Date:  
To: tails-dev
Subject: [Tails-dev] [PATCH] Change syslinux menu entries from "Live" to "Boot"
Hi,

Attached is the following:

commit 6c331780610f290d495f9c77f16bf7263c4e0f2a
Author: Chris Lamb <lamby@???>
Date: Wed Sep 9 00:26:54 2015 +0100

      Change syslinux menu entries from "Live" to "Boot"


      Having to explain what "Live" means so early on in the Tails
      experience
      (or ever) doesn't seem like the best experience.


      In addition, choices should typically be verbs - you can "boot" or
      "delete"
      things, but to say "live" here is either misleading or just a bit
      of a
      non-sequitur.


      Signed-off-by: Chris Lamb <lamby@???>


config/binary_local-hooks/10-syslinux_customize | 1 +
1 file changed, 1 insertion(+)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@??? / chris-lamb.co.uk
       `-

From 6c331780610f290d495f9c77f16bf7263c4e0f2a Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@???>
Date: Wed, 9 Sep 2015 00:26:54 +0100
Subject: [PATCH] Change syslinux menu entries from "Live" to "Boot"

Having to explain what "Live" means so early on in the Tails experience
(or ever) doesn't seem like the best experience.

In addition, choices should typically be verbs - you can "boot" or "delete"
things, but to say "live" here is either misleading or just a bit of a
non-sequitur.

Signed-off-by: Chris Lamb <lamby@???>
---
config/binary_local-hooks/10-syslinux_customize | 1 +
1 file changed, 1 insertion(+)

diff --git a/config/binary_local-hooks/10-syslinux_customize b/config/binary_local-hooks/10-syslinux_customize
index 214c487..35b772c 100755
--- a/config/binary_local-hooks/10-syslinux_customize
+++ b/config/binary_local-hooks/10-syslinux_customize
@@ -38,6 +38,7 @@ perl -pni -E 'exit if m{^label[[:blank:]]+help$}' "${CFG_FILE}"
Echo_message "customize syslinux menu"

sed -i -e "s/Boot menu/Boot Tails/" "${CFG_FILE}"
+sed -i -e "s/menu label Live/menu label Boot/" "${SYSLINUX_PATH}"/live*.cfg

 cat > "${SYSLINUX_PATH}/tails.cfg" << EOF
 menu color sel      *           #ffffffff   #55555555   *
-- 
2.5.1