Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to 1.2.1 and dealt with issue 50 #52

Merged
merged 4 commits into from
Dec 10, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
10 changes: 3 additions & 7 deletions create-image.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/bin/bash

if [ "$1" == "clean" ]; then
NONCE=$RANDOM$RANDOM
mv data data$NONCE/
mkdir data
mv data$NONCE/BOOTX64.efi data/
rm -rf data$NONCE/
find data -not -path data -not -path data/BOOTX64.efi -not path data/.gitignore -delete
echo "Cleaned up the data/ directory!"
echo "You can now re-run the script with:"
echo "$0"
Expand All @@ -14,8 +10,8 @@ if [ "$1" == "clean" ]; then
fi

set -x
TAILS_ISO_URL="http://dl.amnesia.boum.org/tails/stable/tails-i386-1.2/tails-i386-1.2.iso"
TAILS_SIG_URL="https://tails.boum.org/torrents/files/tails-i386-1.2.iso.sig"
TAILS_ISO_URL="http://dl.amnesia.boum.org/tails/stable/tails-i386-1.2.1/tails-i386-1.2.1.iso"
TAILS_SIG_URL="https://tails.boum.org/torrents/files/tails-i386-1.2.1.iso.sig"
TAILS_KEY_URL="https://tails.boum.org/tails-signing.key"

if [ ! -d "data" ]; then
Expand Down
10 changes: 10 additions & 0 deletions tested-on.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ Notes:

Notes:

## MacBook Pro, Early 2011 (MacBookPro8,1)

* **boots** yes

* **wifi** unknown

* **trackpad** unknown

Notes:

## MacBook Pro, Early 2011 (MacBookPro8,2)

* **boots** no
Expand Down