summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2020-03-17 15:02:28 +0200
committerzsdc <taras@vyos.io>2020-03-17 18:50:52 +0200
commitffd398585f441f6cc3b23e9080f48ed7fe951069 (patch)
treeb0fefe40b77c703f7451c7e0eefca60c4ab9a307 /README.md
parent22e169c8ba541666f8beab483cc48c4f9508d91e (diff)
downloadvyos-vm-images-ffd398585f441f6cc3b23e9080f48ed7fe951069.tar.gz
vyos-vm-images-ffd398585f441f6cc3b23e9080f48ed7fe951069.zip
Replaced deletion of cc_vyos by disabling modules in config
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 635c145..d4b60fa 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,11 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
-e cloud_init_ds=NoCloud,ConfigDrive,None
```
+- Disable configuration stage modules in Cloud-init. Mostly useful when you are building for non-cloud environments, where Cloud-init meta-data is not available (default: false):
+ ```
+ -e cloud_init_disable_config=true
+ ```
+
- Create an archive with files required to PXE boot (default: false):
```
@@ -98,9 +103,4 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
```
-e keep_user=true
- ```
-
-- Exclude the `cc_vyos` module from Cloud-init in the PXE archive. Mostly useful when you are building for non-cloud environments, where Cloud-init meta-data is not available (default: false):
- ```
- -e pxe_excl_module=true
- ```
+ ``` \ No newline at end of file