28 lines
883 B
Markdown
28 lines
883 B
Markdown
# Linux depoyment server (LDS)
|
|
|
|
## Features
|
|
* Uses proxy-DHCP,so no further DHCP config is needed
|
|
* Works with (legacy) boot pxe
|
|
* Works with (non secure boot) EFI systems
|
|
* Works with raspberry pi's
|
|
* chain to Windows deployment server (WDS)
|
|
* Use installer images from the Web or the in-build http server when using the LDS-ImageDownloader project
|
|
* Can be installed on Alpine, Debian or Ubuntu Linux
|
|
|
|
## Installation
|
|
Start the installation script using one of the following commands
|
|
|
|
Using curl
|
|
```
|
|
$SHELL <(curl -Ls https://git.bprieshof.nl/Tools/LDS-Base/raw/branch/main/Install_LDS.sh)
|
|
```
|
|
|
|
Using wget
|
|
```
|
|
$SHELL <(wget -q -O- https://git.bprieshof.nl/Tools/LDS-Base/raw/branch/main/Install_LDS.sh)
|
|
```
|
|
|
|
**Notes**
|
|
When asked for the network interface make sure to enter it without using backspaces
|
|
When installing on Alpine linux, make sure to have the community repo enabled
|