├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE ├── README.md ├── copyRootToUSB.sh ├── partUUID.sh └── sample-extlinux.conf /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/README.md -------------------------------------------------------------------------------- /copyRootToUSB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/copyRootToUSB.sh -------------------------------------------------------------------------------- /partUUID.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/partUUID.sh -------------------------------------------------------------------------------- /sample-extlinux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JetsonHacksNano/bootFromUSB/HEAD/sample-extlinux.conf --------------------------------------------------------------------------------