80c1d7d0cc
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
13 lines
310 B
Text
13 lines
310 B
Text
Provisioning Server ideas
|
|
|
|
- bootup kernel on target host via TFTP/PXE
|
|
- start our code that
|
|
- enables networking (dhcp)
|
|
- enables sshd
|
|
|
|
Requires:
|
|
- Program that creates our blob that needs to be started
|
|
- for Linux: initrd
|
|
- Including ssh keys -> known!
|
|
- startup sshd
|
|
|