hellais / TAILS-OSX

Contains instructions and scripts to create a TAILS live cd that will boot on OSX without any additional software installed (no REFIT, etc.)
151 stars 45 forks source link

Update to v 1.2.1 #51

Closed j0emay closed 9 years ago

j0emay commented 9 years ago

please enjoy this massive PR

j0emay commented 9 years ago

closing this after every build but the first failed. will update.

j0emay commented 9 years ago

Not opening this up again just yet, but it appears that create-image.sh is not removing the data dir

j0emay commented 9 years ago

Reopening with the caveat that

NONCE=$RANDOM$RANDOM
  mv data data$NONCE/
  mkdir data
  mv data$NONCE/BOOTX64.efi data/
  rm -rf data$NONCE/
  echo "Cleaned up the data/ directory!"
  echo "You can now re-run the script with:"
  echo "$0"

  exit 0

is still broken on OS X 10.10.2b14C78c

hellais commented 9 years ago

Sure, this looks legit.

Thanks!