Skip to content

Commit 4713091

Browse files
Update outdated image README.md
Change-Id: I9261a38b096791510b9e536160079c2025f13a56
1 parent 3ca86f0 commit 4713091

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

image/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
# Instructions
22

3-
This directory contains scripts for building an image for Knfsd. We start with the base GCP Ubuntu 20.04 image but make a number of modifications, namely:
3+
This directory contains scripts for building a Google Cloud [image](https://cloud.google.com/compute/docs/images) for Knfsd.
44

5-
* Installation of a newer kernel which has better support for NFS re-exporting
6-
* Installation of supporting components such as `nfs-kernel-server`, `cachefilesd` and the `stackdriver-agent`
5+
We start with the base Google Cloud Ubuntu 22.04 image, and use the scripts in this directory to build the Knfsd Image.
76

8-
This directory contains scripts that will automatically take the GCP Ubuntu 20.04 image and build the Knfsd Image.
9-
10-
For details of the patches that are applied, see [1_build_image.sh](scripts/1_build_image.sh).
7+
For details of the modifications that are made to the base image, see [resources/scripts/1_build_image.sh](resources/scripts/1_build_image.sh).
118

129
## Customizing the image
1310

14-
If you need to customize the image (e.g. installing custom metric agents such as metricbeat), then you can add any custom steps to the `resources/scripts/8_custom.sh` file.
11+
If you need to customize the image (e.g. installing custom metric agents such as Metricbeat), then you can add any custom steps to the [resources/scripts/8_custom.sh](resources/scripts/8_custom.sh) file.
1512

1613
Alternatively, if your build procedure is more complex, you can replace the customization step with your own process.
1714

0 commit comments

Comments
 (0)