diff --git a/PURPOSE.md b/PURPOSE.md index 0e53a6a..e6319fc 100644 --- a/PURPOSE.md +++ b/PURPOSE.md @@ -78,17 +78,17 @@ Export list for : $ cd ~/; mkdir nbimount $ mount -t nfs :/nbi ~/nbimount $ ls ~/nbimount -#Sample output +# Sample output DSR-1090.nbi NI2.nbi NI.nbi $ umount ~/nbimount $ tftp -#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 @@ -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: @@ -112,7 +112,7 @@ can specify it in the CLI: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ sudo bsdpserver.py /mynbiroot -#Sample output +# Sample output Using /mynbiroot as root path ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.md b/README.md index 3568185..7c8df6f 100644 --- a/README.md +++ b/README.md @@ -413,17 +413,17 @@ Export list for : $ cd ~/; mkdir nbimount $ mount -t nfs :/nbi ~/nbimount $ ls ~/nbimount -#Sample output +# Sample output DSR-1090.nbi NI2.nbi NI.nbi $ umount ~/nbimount $ tftp -#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 @@ -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 @@ -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