Skip to content

Instantly share code, notes, and snippets.

@fguisso
Last active July 23, 2016 18:50
Show Gist options
  • Save fguisso/5ce22b3ddb045aa747cc604989f367da to your computer and use it in GitHub Desktop.
Save fguisso/5ce22b3ddb045aa747cc604989f367da to your computer and use it in GitHub Desktop.
Raspibian mount disk

sudo nano /etc/default/keyboard

altere e reboot

 XKBMODEL="abnt2"
 XKBLAYOUT="br"
 XKBVARIANT=""
 XKBOPTIONS="lv3:alt_switch,compose:rctrl"

diskutil list list devices

diskutil unmountDisk /dev/disk[]

sudo dd bs=1m if=image.img of=/dev/rdisk[]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment