mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
address questions from avsm re Type 1 servers, persistent iPXE
Signed-off-by: Edward Vielmetti <edward.vielmetti@gmail.com>
This commit is contained in:
parent
08d26d5140
commit
52caffb4c4
@ -9,11 +9,13 @@ with appropriate read/write permissions to allow the image to boot.
|
|||||||
[create a Packet account]:https://app.packet.net/#/registration/
|
[create a Packet account]:https://app.packet.net/#/registration/
|
||||||
[create an API key]:https://help.packet.net/quick-start/api-integrations
|
[create an API key]:https://help.packet.net/quick-start/api-integrations
|
||||||
|
|
||||||
Linuxkit is known to boot on the [Type 0] server at Packet.
|
Linuxkit is known to boot on the [Type 0]
|
||||||
|
and [Type 1] servers at Packet.
|
||||||
Support for other server types, including the [Type 2A] ARM server,
|
Support for other server types, including the [Type 2A] ARM server,
|
||||||
is a work in progress.
|
is a work in progress.
|
||||||
|
|
||||||
[Type 0]:https://www.packet.net/bare-metal/servers/type-0/
|
[Type 0]:https://www.packet.net/bare-metal/servers/type-0/
|
||||||
|
[Type 1]:https://www.packet.net/bare-metal/servers/type-1/
|
||||||
[Type 2A]:https://www.packet.net/bare-metal/servers/type-2a/
|
[Type 2A]:https://www.packet.net/bare-metal/servers/type-2a/
|
||||||
|
|
||||||
## Boot
|
## Boot
|
||||||
@ -67,6 +69,14 @@ At this moment the Linuxkit server boots from RAM, with no persistent
|
|||||||
storage and there is no code that mounts disks. As a result,
|
storage and there is no code that mounts disks. As a result,
|
||||||
when the Linuxkit image reboots, all is lost.
|
when the Linuxkit image reboots, all is lost.
|
||||||
|
|
||||||
|
Packet supports a [persistent iPXE] mode through its API
|
||||||
|
which would allow a server to come back up after a reboot
|
||||||
|
and re-start the PXE process. This is great for testing your
|
||||||
|
provisioning scripts. This is not yet available directly
|
||||||
|
through Linuxkit.
|
||||||
|
|
||||||
|
[persistent iPXE]:https://help.packet.net/technical/infrastructure/custom-ipxe
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
|
|
||||||
Some Packet server types have bonded networks; the current code does
|
Some Packet server types have bonded networks; the current code does
|
||||||
|
Loading…
Reference in New Issue
Block a user