mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Enroll hosts guide: dual-boot computers (#28176)
This commit is contained in:
parent
a7a80273aa
commit
c91beea408
1 changed files with 5 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ How to unenroll a host from Fleet:
|
|||
|
||||
## Advanced
|
||||
|
||||
- [Best practice for dual-boot workstations](#best-partice-for-dual-boot-workstations)
|
||||
- [Fleet agent (fleetd) components](#fleetd-components)
|
||||
- [Signing fleetd](#signing-fleetd)
|
||||
- [Grant full disk access to osquery on macOS](#grant-full-disk-access-to-osquery-on-macos)
|
||||
|
|
@ -151,6 +152,10 @@ How to unenroll a host from Fleet:
|
|||
- [Config-less fleetd agent deployment](#config-less-fleetd-agent-deployment)
|
||||
- [Experimental features](#experimental-features)
|
||||
|
||||
### Best practice for dual-boot workstations
|
||||
|
||||
When end users want to have a dual-boot environment (e.g. Windows and Linux on one computer), the best practice is to install fleetd, that uses `--host-identifier=instance`, on both operating systems. This enrolls two hosts, one per operating system, in Fleet.
|
||||
|
||||
### fleetd components
|
||||
|
||||
```mermaid
|
||||
|
|
|
|||
Loading…
Reference in a new issue