Changes between Version 13 and Version 14 of PibotGoldenImage


Ignore:
Timestamp:
Jun 23, 2018, 10:03:03 AM (7 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v13 v14  
    7171           * Configure /etc/wpa_supplicant/wpa_supplicant.conf on the Pi to include your local !WiFi network
    7272       * ssh to raspberrypi.local using putty or cygwin ssh or ...
    73        * login as user 'pi' with password 'raspberry'       
     73       * login as user 'pi' with password 'raspberry'
     74       * [http://elinux.org/RPi_Resize_Flash_Partitions Resize the root] partition:
     75           * sudo parted
     76           * print  (observe the size of the second (ext4) partition)
     77           * resizepart 2 5120   (extend partition to 5GB)
     78           * quit
     79       * sudo reboot    (reboot to ensure larger partition is used)
     80       * wait and then re-connect to the Pi via SSH
     81       * Update the OS on the Pi:
     82           * sudo apt-get update
     83           * sudo apt-get upgrade
     84       * [https://rohankapoor.com/2012/04/americanizing-the-raspberry-pi/ Americanize your Pi]
    7485       * sudo raspi-config
    7586           * Update tool to latest version
     
    8091           * Setup interfacing options: enable ssh, vnc, i2c
    8192           * Setup Network Options: hostname->pibot
    82        * Resize /root partition to 5GB.  See: http://elinux.org/RPi_Resize_Flash_Partitions
    83            * sudo parted
    84            * print
    85            * resize 2 6GB
    86        * Reboot the Pi so the resized partition is in effect
    87        * Update the OS on the Pi:
    88            * sudo apt-get update
    89            * sudo apt-get upgrade
    9093       * Install any needed packages
    9194           * sudo apt-get install subversion ant mercurial