Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • staging/patch/cloud-init
1 result
Show changes
Commits on Source (4)
add {
file: "ROCKY/_supporting/backports.patch"
file: "ROCKY/_supporting/future-backport.patch"
}
spec_change {
file {
name: "backports.patch"
name: "future-backport.patch"
type: Patch
add: true
}
append {
field: "Release"
value: ".0.1"
value: ".0.2"
}
changelog {
author_name: "Release Engineering"
author_email: "releng@rockylinux.org"
message: "Apply Rocky Linux branding changes"
message: "Apply Rocky Linux fixes"
}
}
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index fdd5a357..e3641a4f 100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -260,7 +260,7 @@ system_info:
name: ec2-user
lock_passwd: True
gecos: EC2 Default User
-{% elif variant in ["rhel", "centos"] %}
+{% elif variant in ["rhel", "centos", "rocky"] %}
name: cloud-user
lock_passwd: true
gecos: Cloud User