Minor readme fixes

Szymon Karpiński 7 years ago
parent 0245fac669
commit 4f85d4bf1b
  1. 6
      Readme.md

@ -36,7 +36,7 @@ An example run command might look like this:
docker run -e INETRFACE=eth42 --privileged --net host hugo/images
```
After starting the server, all PCs connected to the network, when in network boot mode, should boot linux for cloning and present the user with a menu.
After starting the server, all PCs connected to the network, when in network boot mode, should boot specialised Linux for cloning and present the user with a menu.
## Technical details
@ -60,9 +60,9 @@ The boot process of a computer connected to the server consists of the following
### Linux
The Linux system served boots to a menu allowing to send/receive:
The Linux system being server is based on minimal Debian 10 Buster and boots to a menu allowing to send/receive:
1. MBR of `/dev/sda` (raw copy of first 512 bytes, made by `dd`)
2. Partition table (in `sfdisk`'s format)
2. Partition table (in `sfdisk` format)
3. Image of `/dev/sda1` partition (in `partimage` format)
Both sending and receiving is done with UDP broadcast with `udpsender`/`udpreceiver`. Any custom action can be performed with root shell. See `linux/scripts` for more details.

Loading…
Cancel
Save