cloudmesh / cloudmesh-pi-burn

Burns many SD cards so we can build a Raspberry PI cluster
Other
18 stars 12 forks source link

cm-pi-burn fullimage #8

Closed Daivik1997 closed 4 years ago

Daivik1997 commented 4 years ago

Download: https://downloads.raspberrypi.org/raspbian_full_latest

laszewsk commented 4 years ago

Make sure that we can somehow specify the "latest" image on the command line so we do not have to remember the version. The download will likely rename the file to something that we can do. This should allow us also to detect if we have the latest version downloaded so we do not do this over again. As far as I remember I implemented this in the past, but it was up to the team to check and make sure it works. As this issue is still open we need to verify this all again :(

rickotten commented 4 years ago

Do we want to specify a name for the img if we have used the "latest" option? ie. if latest img is '2019-09-26-raspbian-buster-full.img' do we want to rename it to 'latest.img' so we don't need to know the full name of the latest version?

laszewsk commented 4 years ago

Is it not doing it by default eg url redirection shouldpoint to the last name

But I am not sure

Also this is a low priority item

laszewski@gmail.com

On Feb 6, 2020, at 12:18 PM, rickotten notifications@github.com wrote:

 Do we want to specify a name for the img if we have used the "latest" option? ie. if latest img is '2019-09-26-raspbian-buster-full.img' do we want to rename it to 'latest.img' so we don't need to know the full name of the latest version?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

rickotten commented 4 years ago

The URL is fine. The command is fine. 'cm-pi-burn get latest' works (will test later to confirm). The image name is just defined as the name of the original zip file. This is in line with the cm-pi-burn.md documentation though. Low priority so will put this issue on the backburner for now.