Skip to content

Commit

Permalink
docs: Fix link to kernel configuration.
Browse files Browse the repository at this point in the history
Recommended kernel configuration links in the docs are pointing to an
incorrect location after recent file rename.

Signed-off-by: Fraser Pringle <fraser.pringle@gmail.com>
  • Loading branch information
tnotw authored and iulianbarbu committed Apr 10, 2020
1 parent 3176d1d commit 57bdee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ support:
CONFIG_PTP_1588_CLOCK=y
CONFIG_PTP_1588_CLOCK_KVM=y
```
Our [recommended guest kernel config](resources/microvm-kernel-config) already
has these included.
Our [recommended guest kernel config](resources/microvm-kernel-x86_64.config)
already has these included.

Now `/dev/ptp0` should be available in the guest. Next you need to configure
`/dev/ptp0` as a NTP time source.
Expand Down
4 changes: 2 additions & 2 deletions docs/rootfs-and-kernel-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ can boot:
```

3. You will need to configure your Linux build. You can start from
[our recommended config](../resources/microvm-kernel-config) - just copy
it to `.config` (under the Linux sources dir). You can make interactive
[our recommended config](../resources/microvm-kernel-x86_64.config) - just
copy it to `.config` (under the Linux sources dir). You can make interactive
config adjustments using:

```bash
Expand Down

0 comments on commit 57bdee4

Please sign in to comment.