From c87a37fce91750a8d83c48b2ab2b2464180bee2e Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 16 Oct 2018 17:07:54 -0700 Subject: [PATCH] Added instruction to remove the init_resize.sh invocation --- GetShellWitoutMonitorOnLinux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GetShellWitoutMonitorOnLinux.md b/GetShellWitoutMonitorOnLinux.md index faefa01..72c7c41 100644 --- a/GetShellWitoutMonitorOnLinux.md +++ b/GetShellWitoutMonitorOnLinux.md @@ -6,3 +6,5 @@ Here are a few ways to accomplish this * [Script to setup the Pi for connecting over USB](https://github.com/BigNate1234/rpi-USBSSH) * (I.e. First write the OS image to the SD card, then this script will make the changes to the card so you can boot it and access it over the USB cable. * **Assumes the SD card for the Pi is mounted at /Volumes/boot , and that you can use `sh`/`bash`**. This _should_ be the default for a Mac; if using something else, modify the script accordingly. + +Be sure to delete the "init=/usr/lib/raspi-config/init_resize.sh" parameter from cmdline.txt to prevent the os partition from being expanded to fill the drive.