Skip to content

Fixing typos that prevent the script from running#59

Open
gboudreau wants to merge 2 commits intoexaviorn:masterfrom
gboudreau:master
Open

Fixing typos that prevent the script from running#59
gboudreau wants to merge 2 commits intoexaviorn:masterfrom
gboudreau:master

Conversation

@gboudreau
Copy link

You forgot a :, and indentation was wrong on two lines.

that prevent the script from running
If the user downloads a .zip, and place it in another folder than the one from which he runs raspiwrite.py, the .img will be extracted in the current folder, but dd will try to use an img in the folder where the .zip is.
Example:
  cd ~
  Downloads/raspiwrite.py
    image location: ~/Documents/something.zip
    unzip ~/Documents/something.zip # result is ~/Downloads/something.img
    dd ... in=~/Documents/something.img # fails
@gboudreau
Copy link
Author

Also:

If the user downloads a .zip, and place it in another folder than the one from which he runs raspiwrite.py, the .img will be extracted in the current folder, but dd will try to use an img in the folder where the .zip is.
Example:
  cd ~
  Downloads/raspiwrite.py
    image location: ~/Documents/something.zip
    unzip /Documents/something.zip # results in something.img in ~
    dd ... in=
/Documents/something.img # fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant