You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|
|
|