- Any USB drive, preferably SanDisk (Cruzer Edge/Switch)
- Computer running Linux / Windows 10
- Insert the USB to your linux file system
- Execute
umount /dev/sdX
if it is auto-mounted. - Use the
dd
utility to copy your image to the use device.
""" | |
WARNING: dont use loguru, use structlog | |
https://gist.github.com/nkhitrov/38adbb314f0d35371eba4ffb8f27078f | |
Configure handlers and formats for application loggers. | |
""" | |
import logging | |
import sys | |
from pprint import pformat |