-
Notifications
You must be signed in to change notification settings - Fork 3
unattended
stachu edited this page May 13, 2017
·
10 revisions
Unattended installation comprises two phases:
- installation of OS itself with automatic answers
- provisioning of installed OS (application installation etc.)
Uses PXE boot, which can roughly be depicted as:
As PXE booting relies on platform firmware, its configuration files are different for BIOS and its successor UEFI.
Called: preseeding
Example of preseed with custom partition setup
d-i partman-auto/choose_recipe select expert
d-i partman-auto/expert_recipe string \
boot-root :: \
2048 2200 4096 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
1024 1100 1500 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /home } \
. \
1024 1100 1500 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var } \
. \
1024 1030 1056 linux-swap \
method{ swap } format{ } \
.
- General
- OS
- Networks
- Configuration
- Protocols
- Link layer
- Sockets
- Routing
- Tunneling
- Debugging
- LoRa
- Virtualization
- Infrastructure as a code
- Desktop environments
- Monitoring
- Benchmarking