I hereby claim:
- I am cbrune on github.
- I am cmb (https://keybase.io/cmb) on keybase.
- I have a public key ASABd4Yt1QXXJ4AHGme4yYbubYkKytxjtot1lSUQ2EjWUAo
To claim this, I am signing this object:
{| ONIE:/ # onie-nos-install http://10.0.2.2/onie/debian-jessie-amd64-mini-ONIE.bin | |
| discover: Rescue mode detected. No discover stopped. | |
| Info: Attempting http://10.0.2.2/onie/debian-jessie-amd64-mini-ONIE.bin ... | |
| Connecting to 10.0.2.2 (10.0.2.2:80) | |
| installer 100% |*******************************| 17871k 0:00:00 ETA | |
| ONIE: Executing installer: http://10.0.2.2/onie/debian-jessie-amd64-mini-ONIE.bin | |
| Verifying image checksum ... OK. | |
| Preparing image archive ... OK. | |
| Loading new kernel ... | |
| my_load:667: do |
I hereby claim:
To claim this, I am signing this object:
{| #------------------------------------------------------------------------------- | |
| # | |
| # Copyright (C) 2015 Curt Brune <[email protected]> | |
| # | |
| # SPDX-License-Identifier: GPL-2.0 | |
| # | |
| #------------------------------------------------------------------------------- | |
| # Configuration options for xorriso(1) | |
| # |
| #!/bin/sh | |
| #------------------------------------------------------------------------------- | |
| # | |
| # Copyright (C) 2015 Curt Brune <[email protected]> | |
| # | |
| # SPDX-License-Identifier: GPL-2.0 | |
| # | |
| #------------------------------------------------------------------------------- | |
| # |
| The "fake installer" contents: | |
| ============================== | |
| #!/bin/sh | |
| echo "Hello" | |
| echo "---- export ----" | |
| export | |
| echo "---- set ----" | |
| set |
| #!/usr/bin/python | |
| import socket | |
| from BaseHTTPServer import HTTPServer | |
| from SimpleHTTPServer import SimpleHTTPRequestHandler | |
| class MyHandler(SimpleHTTPRequestHandler): | |
| def do_GET(self): | |
| print "Headers: " | |
| print self.headers |