From 20eff04ea8fe9842ed037ddf5490de1fede652ca Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 16 Oct 2018 17:38:41 -0700 Subject: [PATCH] Added instruction to delete the init_resize call during manual setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d14615..173eb73 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ There are four phases to setting up the Pi: > Note: you don't need to uncompress the zip file you downloaded. ### Get a shell on the Pi -If you have a monitor with an hdmi input, a mini hdmi to hdmi cable, a usb keyboard and a micro usb power cable you can hook up the devices to the Pi and configure it directly. +If you have a monitor with an hdmi input, a mini hdmi to hdmi cable, a usb keyboard and a micro usb power cable you can hook up the devices to the Pi and configure it directly. Before you start those steps, ensure that the MicroSD card is in your computer and edit the cmdline.txt file to delete the parameter " init=/usr/lib/raspi-config/init_resize.sh". 1. Insert the MicroSD card into the Pi. 1. Connect the keyboard, and monitor to the Pi. 1. Connect the power supply to the Pi using the port labeld "PWR" on the circuitboard. @@ -159,4 +159,4 @@ sudo -i mount / -o remount,rw mount /boot -o remount,rw ``` -Then make whatever changes you need to. The next time the system boots the partitions will once again be read-only. \ No newline at end of file +Then make whatever changes you need to. The next time the system boots the partitions will once again be read-only.