Wachalarm-Monitor/optional-tweaks.md
2016-04-09 13:05:12 +03:00

374 B

Misc tweaks

This file lists some things you can do to customize the image.

Expanding the file system

If you want to make full use of your SD card size:

  1. $ sudo fdisk /dev/mmcblk0
  2. Delete the second partition (d, 2), then re-create it using the defaults (n, p, 2, enter, enter), then write and exit (w)
  3. Reboot
  4. $ sudo resize2fs /dev/mmcblk0p2
  5. Reboot