2022-06-27 22:38:29 +02:00
2022-06-27 22:38:29 +02:00
2022-06-27 19:20:05 +02:00
2022-06-27 21:52:59 +02:00
2022-06-27 19:20:05 +02:00
2022-06-27 22:38:29 +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 -s https://git.bprieshof.nl/brammp/LDS-Base/raw/branch/main/Install_LDS.sh)

Using wget

$SHELL <(wget -q -O- https://git.bprieshof.nl/brammp/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

Description
No description provided
Readme 613 KiB
Languages
Shell 100%