You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image/README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
1
# Instructions
2
2
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.
4
4
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.
7
6
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).
11
8
12
9
## Customizing the image
13
10
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.
15
12
16
13
Alternatively, if your build procedure is more complex, you can replace the customization step with your own process.
0 commit comments