Skip to content

Commit

Permalink
filename change octopi-network.txt -> octopi-ethernet.txt since it on…
Browse files Browse the repository at this point in the history
…ly configures ethernet now
  • Loading branch information
Kenneth Jiang committed Jul 23, 2016
1 parent 22ec5ac commit 13e3fc1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 54 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ How to use it?
--------------

#. Unzip the image and install it to an sd card `like any other Raspberry Pi image <https://www.raspberrypi.org/documentation/installation/installing-images/README.md>`_
#. Configure your WiFi by editing ``octopi-network.txt`` on the root of the flashed card when using it like a thumb drive
#. Configure your WiFi by editing ``octopi-wifi.txt`` on the root of the flashed card when using it like a thumb drive
#. Boot the Pi from the card
#. Log into your Pi via SSH (it is located at ``octopi.local`` `if your computer supports bonjour <https://learn.adafruit.com/bonjour-zeroconf-networking-for-windows-and-linux/overview>`_ or the IP address assigned by your router), default username is "pi", default password is "raspberry", change the password using the ``passwd`` command and expand the filesystem of the SD card through the corresponding option when running ``sudo raspi-config``.

Expand Down
28 changes: 28 additions & 0 deletions src/filesystem/boot/octopi-ethernet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# You can use this file to manually set up your ethernet network configuration.

### WIRED CONFIGURATION #####################################################
# The following segment allows you to configure your wired connection
# with a static IP.
#
# Just uncomment the lines prefixed with a single #. Then connect
# a cable to the Pi and another system, e.g. a Laptop, and set that
# other system's network configuration to:
#
# address: 192.168.250.10
# netmask: 255.255.255.0
# broadcast: 192.168.250.255
#
# You can then reach the Pi from the system's browser by going to
#
# http://192.168.250.1
#
# or
#
# http://octopi.local

#auto eth0:1
#iface eth0:1 inet static
# address 192.168.250.1
# netmask 255.255.255.0
# broadcast 192.168.250.255

53 changes: 0 additions & 53 deletions src/filesystem/boot/octopi-network.txt

This file was deleted.

0 comments on commit 13e3fc1

Please sign in to comment.