| 1 | = 2019-04-05 = |
| 2 | |
| 3 | == LiveUSB == |
| 4 | |
| 5 | * 需求:在 MacOS 上建立 Ubuntu 的 Live USB |
| 6 | * 參考文件:https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos |
| 7 | * 工具:https://www.balena.io/etcher/ |
| 8 | * 安裝: |
| 9 | {{{ |
| 10 | #sh |
| 11 | ~$ brew cask install balenaetcher |
| 12 | ==> Satisfying dependencies |
| 13 | ==> Downloading https://github.com/balena-io/etcher/releases/download/v1.5.19/balenaEtcher-1.5.19.dmg |
| 14 | ==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/45055693/490b1f80-5175-11e9-8522-351c333496c5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Cred |
| 15 | ######################################################################## 100.0% |
| 16 | ==> Verifying SHA-256 checksum for Cask 'balenaetcher'. |
| 17 | ==> Installing Cask balenaetcher |
| 18 | ==> Moving App 'balenaEtcher.app' to '/Applications/balenaEtcher.app'. |
| 19 | 🍺 balenaetcher was successfully installed! |
| 20 | }}} |