From 5cba957ba2636630e0ba45f0b57b2c4ffbc6b39d Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Fri, 10 Aug 2018 17:58:48 +0300 Subject: [PATCH] Remove outdated file. --- optional-tweaks.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 optional-tweaks.md diff --git a/optional-tweaks.md b/optional-tweaks.md deleted file mode 100644 index 99d9036..0000000 --- a/optional-tweaks.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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` -1. Delete the second partition (d, 2), then re-create it using the defaults (n, p, 2, enter, enter), then write and exit (w) -1. Reboot -1. `$ sudo resize2fs /dev/mmcblk0p2` -1. Reboot