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
9a536fa5063d9810336d2cc29b0af6dc909c7bee to 8e169bf8749f61e25a74ddba810a1d22d17cced4
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
8e169bf8749f61e25a74ddba810a1d22d17cced4
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
9a536fa5063d9810336d2cc29b0af6dc909c7bee
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 (2)
fix patch
· bfab8e04
Louis Abel
authored
1 year ago
Verified
bfab8e04
fix patch
· 8e169bf8
Louis Abel
authored
1 year ago
Verified
8e169bf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROCKY/CFG/cloud-init.cfg
+1
-1
1 addition, 1 deletion
ROCKY/CFG/cloud-init.cfg
ROCKY/_supporting/0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch
+4
-4
4 additions, 4 deletions
...ng/0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch
with
5 additions
and
5 deletions
ROCKY/CFG/cloud-init.cfg
View file @
8e169bf8
...
...
@@ -10,7 +10,7 @@ spec_change {
}
append
{
field:
"Release"
value:
".0.
1
"
value:
".0.
2
"
}
changelog
{
author_name:
"Release
Engineering"
...
...
This diff is collapsed.
Click to expand it.
ROCKY/_supporting/0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch
View file @
8e169bf8
From 0
bd79b358111cc897b508131916dbc3035bcf280
Mon Sep 17 00:00:00 2001
From 0
4ed6b97753d37604ee74b5862a8cd41e4e4f0f1
Mon Sep 17 00:00:00 2001
From: Louis Abel <label@rockylinux.org>
Date:
Tue, 25 Apr
202
3
18:08
:54
-0700
Date:
Wed, 10 Jan
202
4
11:
18:08 -0700
Subject: [PATCH] Ensure cloud-user is applied to Rocky Linux
---
...
...
@@ -8,7 +8,7 @@ Subject: [PATCH] Ensure cloud-user is applied to Rocky Linux
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index
12f32c5..c712aa4
100644
index
7238c10..464e8bd
100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -262,7 +262,7 @@
system_info:
...
...
@@ -21,5 +21,5 @@ index 12f32c5..c712aa4 100644
lock_passwd: true
gecos: Cloud User
--
2.4
0
.0
2.4
3
.0
This diff is collapsed.
Click to expand it.