Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions PURPOSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ Export list for <ip or hostname of BSDPy server>:
$ cd ~/; mkdir nbimount
$ mount -t nfs <ip or hostname>:/nbi ~/nbimount
$ ls ~/nbimount
#Sample output
# Sample output
DSR-1090.nbi NI2.nbi NI.nbi

$ umount ~/nbimount
$ tftp <ip or hostname>
#Sample get command
# Sample get command
tftp> get /nbi/MyNetBoot.nbi/i386/booter
Received 174997 bytes in 0.2 seconds
tftp> quit
$ ls -l booter
#Sample output
# Sample output
-rwxr-xr-x 1 root root 994464 May 15 2013 booter

$ rm booter
Expand All @@ -99,7 +99,7 @@ If TFTP and NFS check out successfully the BSDPy service can be started:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ cd bsdpy
$ sudo bsdpserver.py
#Sample output
# Sample output
Using /nbi as root path
********************************************************
Got BSDP INFORM[LIST] packet:
Expand All @@ -112,7 +112,7 @@ can specify it in the CLI:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ sudo bsdpserver.py /mynbiroot
#Sample output
# Sample output
Using /mynbiroot as root path
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,17 +413,17 @@ Export list for <ip or hostname of BSDPy server>:
$ cd ~/; mkdir nbimount
$ mount -t nfs <ip or hostname>:/nbi ~/nbimount
$ ls ~/nbimount
#Sample output
# Sample output
DSR-1090.nbi NI2.nbi NI.nbi

$ umount ~/nbimount
$ tftp <ip or hostname>
#Sample get command
# Sample get command
tftp> get /nbi/MyNetBoot.nbi/i386/booter
Received 174997 bytes in 0.2 seconds
tftp> quit
$ ls -l booter
#Sample output
# Sample output
-rwxr-xr-x 1 root root 994464 May 15 2013 booter

$ rm booter
Expand All @@ -435,7 +435,7 @@ If TFTP and NFS check out successfully the BSDPy service can be started:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ cd bsdpy
$ sudo bsdpserver.py
#Sample output
# Sample output

DEBUG: BSDPY_NBI_PATH: /nbi
DEBUG: BSDPY_IFACE: eth0
Expand All @@ -456,7 +456,7 @@ can specify it in the CLI:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ sudo bsdpserver.py -p /usr/share/netboot
#Sample output
# Sample output

DEBUG: BSDPY_NBI_PATH: /usr/share/netboot
DEBUG: BSDPY_IFACE: eth0
Expand Down