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,

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

2019-01-12 Thread intrigeri
linux-service: > so if i: > #!/bin/bash > url=`curl > 'https://tails.boum.org/install/v2/Tails/amd64/stable/latest.json' | awk > -F'"' '{ for(i=1; i<=NF; i++) { if($i ~ /^http/) print $i } } '` > wget $url > i always get the latest iso? That's the idea :) Now, "parsing" JSON this way feels

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

2019-01-12 Thread linux-service
so if i: #!/bin/bash url=`curl 'https://tails.boum.org/install/v2/Tails/amd64/stable/latest.json' | awk -F'"' '{ for(i=1; i<=NF; i++) { if($i ~ /^http/) print $i } } '` wget $url i always get the latest iso? gd Op 12/01/19 om 11:04 schreef intrigeri: Hi, linux-service: I am just

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

2019-01-12 Thread intrigeri
Hi, linux-service: > I am just putting the iso on our server (now  wget > https://www.ubuntushop.be/tails.iso > ) because of the iso version numbering. > I am no expert, i am looking for a wget command for downloading always > the late st iso from tails. The URL you're looking for is in the

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

2019-01-12 Thread linux-service
I am just putting the iso on our server (now  wget https://www.ubuntushop.be/tails.iso ) because of the iso version numbering. I am no expert, i am looking for a wget command for downloading always the late st iso from tails. than renaming it to tails.iso Booting tails.iso live from hd with

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

2019-01-11 Thread intrigeri
Hi, sorry for the delay… linux-service: > More and more business customers ask to disable usb on their notebooks > for security, so we have no option other than work with grub and iso. Got it, thanks. Please disregard my question about "blocked USB ports" on the other, private discussion. I

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

2018-10-31 Thread linux-service
Dear, More and more business customers ask to disable usb on their notebooks for security, so we have no option other than work with grub and iso. We working with iso's: menuentry "tails" {     set isofile="/iso/tails.iso"     loopback loop $isofile set root=(loop)     linux

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

2018-10-31 Thread intrigeri
Hi! Meta: redirecting from tails-project@ to our development mailing list and taking over from our Help Desk who, understandably, cannot handle this further than "this is not supported, sorry" :) linux-service: > We are selling opensource computers and install default a system where a > tails