Re: [Tails-dev] boot tails iso with grub

2019-01-25 Thread Peter N. Glaskowsky
> On Jan 25, 2019, at 2:10 AM, intrigeri wrote: > > I'd much rather see us work on > making "installing and running Tails on an internal hard drive" > a first-class citizen: it would benefit much more people. I agree! As I’ve been saying for many years now. :-) And the other thing I’ve been

Re: [Tails-dev] [Tails-project] boot tails iso with grub

2019-01-25 Thread linux-service
Ok, no problem. I will consider ending this onboard tails. i just thought that is was safe to boot a tails iso with grub's loopback to ram. (tails is running in ram) gd Op 25/01/19 om 11:10 schreef intrigeri: Hi, linux-service: I am no export, but using this now: curl -s

Re: [Tails-dev] [Tails-project] boot tails iso with grub

2019-01-25 Thread intrigeri
Hi, linux-service: > I am no export, but using this now: > curl -s > "https://tails.boum.org/install/v2/Tails/amd64/stable/latest.json; | jq  > . | awk -F'"' '{ for(i=1; i<=NF; i++) { if($i ~ /^http/) print $i } } ' > but it is no pure jq I'm afraid we're running in circles :/ I'm sorry

Re: [Tails-dev] [Tails-project] boot tails iso with grub

2019-01-25 Thread linux-service
I am no export, but using this now: curl -s "https://tails.boum.org/install/v2/Tails/amd64/stable/latest.json; | jq  . | awk -F'"' '{ for(i=1; i<=NF; i++) { if($i ~ /^http/) print $i } } ' but it is no pure jq gd Op 25/01/19 om 09:57 schreef intrigeri: Hi, linux-service: Ok, but i am

Re: [Tails-dev] [Tails-project] boot tails iso with grub

2019-01-25 Thread intrigeri
Hi, linux-service: > Ok, but i am not able you get the correct jq code to retrieve the url. > The - character is making some problems,,, Can you please share the exact command you're running and the error you get? (If our JSON is not strictly valid enough, we can fix that. If jq is buggy,