Skip to content

Commit 4a3c164

Browse files
committed
Update disk-container file path param for custom RHCOS AMI imports
1 parent 31af8ca commit 4a3c164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-aws-upload-custom-rhcos-ami.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ EOF
7878
----
7979
$ aws ec2 import-snapshot --region ${AWS_DEFAULT_REGION} \
8080
--description "<description>" \ <1>
81-
--disk-container <file_path>/containers.json <2>
81+
--disk-container "file://<file_path>/containers.json" <2>
8282
----
8383
<1> The description of your {op-system} disk being imported, like
8484
`rhcos-${RHCOS_VERSION}-x86_64-aws.x86_64`.

0 commit comments

Comments
 (0)