Added instruction to delete the init_resize call during manual setup

This commit is contained in:
cimryan
2018-10-16 17:38:41 -07:00
committed by GitHub
parent c87a37fce9
commit 20eff04ea8

View File

@@ -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. > Note: you don't need to uncompress the zip file you downloaded.
### Get a shell on the Pi ### 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. Insert the MicroSD card into the Pi.
1. Connect the keyboard, and monitor to 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. 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 / -o remount,rw
mount /boot -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. Then make whatever changes you need to. The next time the system boots the partitions will once again be read-only.