Intial commit
This commit is contained in:
25
Readme.md
Normal file
25
Readme.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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)
|
||||
```
|
||||
|
||||
when asked for the network interface make sure to enter it without using backspaces
|
||||
Reference in New Issue
Block a user