Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-init
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
patch
cloud-init
Compare revisions
73a6f0938ccc268a4764f425700c9f402c0b8286 to 0d56d22c18d540446e471ad0467b06dc03dec74c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
staging/patch/cloud-init
Select target project
No results found
0d56d22c18d540446e471ad0467b06dc03dec74c
Select Git revision
Branches
main
r10
r10-beta
r10s
r8
r8-beta
r8s
r9
r9-beta
r9s
Swap
Target
staging/patch/cloud-init
Select target project
staging/patch/cloud-init
1 result
73a6f0938ccc268a4764f425700c9f402c0b8286
Select Git revision
Branches
main
r10
r10-beta
r10s
r8
r8-beta
r8s
r9
r9-beta
r9s
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
future backport
· fc1c2fc2
Louis Abel
authored
2 years ago
fc1c2fc2
fix up backport
· f52ddad5
Louis Abel
authored
2 years ago
f52ddad5
corrections to backport
· 9913deba
Louis Abel
authored
2 years ago
9913deba
add 22.4 future backport
· 0d56d22c
Louis Abel
authored
2 years ago
0d56d22c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROCKY/CFG/cloud-init.cfg
+4
-4
4 additions, 4 deletions
ROCKY/CFG/cloud-init.cfg
ROCKY/_supporting/22.4-backport.patch
+13
-0
13 additions, 0 deletions
ROCKY/_supporting/22.4-backport.patch
with
17 additions
and
4 deletions
ROCKY/CFG/cloud-init.cfg
View file @
0d56d22c
add
{
file:
"ROCKY/_supporting/backport
s
.patch"
file:
"ROCKY/_supporting/
future-
backport.patch"
}
spec_change
{
file
{
name:
"backport
s
.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
chang
es"
message:
"Apply
Rocky
Linux
fix
es"
}
}
This diff is collapsed.
Click to expand it.
ROCKY/_supporting/22.4-backport.patch
0 → 100644
View file @
0d56d22c
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
This diff is collapsed.
Click to expand it.