2023-01-17 19:35:23 +01:00
2022-06-27 19:20:05 +02:00
2023-01-17 19:35:23 +01:00
2022-06-27 19:20:05 +02:00
2022-06-27 19:20:05 +02:00

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

S
Description
No description provided
Readme 613 KiB
Languages
Shell 100%