Re: [Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-27 Thread Ague Mill
intrigeri:
> Ague Mill wrote (20 Oct 2012 16:31:14 GMT) :
> > Both works.
> 
> Great! So, I think next steps are:
> 
>   0. someone else tests the patch a bit and ACKs it: I'll do it
>   1. a ticket is created to remind us to upstream this later

Done:


>   2. the release manager decides if he wants to merge it

-- 
Ague


pgpdKaMjVigoE.pgp
Description: PGP signature
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-26 Thread anonym
26/10/12 13:03, intrigeri wrote:
> hi,
> 
> intrigeri wrote (25 Oct 2012 10:50:06 GMT) :
>> Great! So, I think next steps are:
> 
>>   0. someone else tests the patch a bit and ACKs it: I'll do it
> 
> Done => ACK
> 
>>   1. a ticket is created to remind us to upstream this later
>>   2. the release manager decides if he wants to merge it

I merged this into testing (and devel) in hope that it will fix our
issues with the Universal USB Installer in rc2, or at least make fixing
them easier.

Cheers!

___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-26 Thread intrigeri
hi,

intrigeri wrote (25 Oct 2012 10:50:06 GMT) :
> Great! So, I think next steps are:

>   0. someone else tests the patch a bit and ACKs it: I'll do it

Done => ACK

>   1. a ticket is created to remind us to upstream this later
>   2. the release manager decides if he wants to merge it
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-25 Thread intrigeri
Ague Mill wrote (20 Oct 2012 16:31:14 GMT) :
> Both works.

Great! So, I think next steps are:

  0. someone else tests the patch a bit and ACKs it: I'll do it
  1. a ticket is created to remind us to upstream this later
  2. the release manager decides if he wants to merge it

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-20 Thread Ague Mill
intrigeri:
> Ague Mill:
> > I would like to see the attached patch included in 0.14~rc2.
> 
> I would like too. Thanks for tackling this.
> 
> > I have tested it to work on both a DVD and a USB sticks created by
> > our USB installer.
> 
> If this was not done yet, I think these other tests should be
> performed: installing an ISO (built with this patch) on a USB stick
> using isohybrid + cat, boot it, clone it onto another USB stick with
> our USB installer, boot that one.

Both works.

-- 
Ague


pgpxFvpOE7Jw1.pgp
Description: PGP signature
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


Re: [Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-20 Thread intrigeri
Hi,

Ague Mill wrote (20 Oct 2012 15:27:29 GMT) :
> I would like to see the attached patch included in 0.14~rc2.

I would like too. Thanks for tackling this.

> I have tested it to work on both a DVD and a USB sticks created by
> our USB installer.

If this was not done yet, I think these other tests should be
performed: installing an ISO (built with this patch) on a USB stick
using isohybrid + cat, boot it, clone it onto another USB stick with
our USB installer, boot that one.

To end with, I think this should be pushed upstream at some point, but
given the current mess the live-build 3.0 / syslinux templates are in,
we should probably wait. A ticket would be needed so that we
don't forget.

Cheers!
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev


[Tails-dev] [PATCH] Remove the last absolute path in our SYSLINUX config

2012-10-20 Thread Ague Mill
Hi!

I would like to see the attached patch included in 0.14~rc2. I have
tested it to work on both a DVD and a USB sticks created by our USB
installer.

Removing all absolute paths in our SYSLINUX config has the advantage
that to convert the configuration from ISOLINUX to SYSLINUX, the
directory name is the only thing that actually needs to be changed.

This could be helpful to the Universal USB Installer developers to fix
the present breakage of Tails support.

-- 
Ague
From 93253110525663a67111240c6c1e6e110ce3bf25 Mon Sep 17 00:00:00 2001
From: Tails developers 
Date: Sat, 20 Oct 2012 15:16:16 +0200
Subject: [PATCH] Remove the last absolute path in our SYSLINUX config

---
 config/binary_local-hooks/10-syslinux_customize |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/binary_local-hooks/10-syslinux_customize b/config/binary_local-hooks/10-syslinux_customize
index 936c30f..c6565ec 100755
--- a/config/binary_local-hooks/10-syslinux_customize
+++ b/config/binary_local-hooks/10-syslinux_customize
@@ -53,3 +53,5 @@ EOF
 
 sed -i -e '/^include stdmenu\.cfg/a include tails.cfg' "${CFG_FILE}"
 
+# no need to use absolute paths to find splash images
+sed -e 's,/isolinux/,,' -i "${SYSLINUX_PATH}/stdmenu.cfg"
-- 
1.7.2.5



pgpSyYHoNilfn.pgp
Description: PGP signature
___
tails-dev mailing list
tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev