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.
14 lines
310 B
14 lines
310 B
14 years ago
|
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
|
||
|
|