mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
tmp: tries bootengine and coreos-init patches
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
e5cd982c77
commit
0d471d2896
@ -0,0 +1,24 @@
|
||||
From ef7ebd2f23806a17a432cfce6b1b7c9f64451007 Mon Sep 17 00:00:00 2001
|
||||
From: Navaneeth <me@rizexor.com>
|
||||
Date: Sat, 25 Apr 2026 22:13:38 +0530
|
||||
Subject: [PATCH] feat: enable oraclecloud ssh keys
|
||||
|
||||
Signed-off-by: Navaneeth <me@rizexor.com>
|
||||
---
|
||||
systemd/system/sshkeys.service | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/systemd/system/sshkeys.service b/systemd/system/sshkeys.service
|
||||
index eb16382..4c15597 100644
|
||||
--- a/systemd/system/sshkeys.service
|
||||
+++ b/systemd/system/sshkeys.service
|
||||
@@ -36,6 +36,9 @@ ConditionKernelCommandLine=|flatcar.oem.id=proxmoxve
|
||||
ConditionKernelCommandLine=|ignition.platform.id=scaleway
|
||||
ConditionKernelCommandLine=|flatcar.oem.id=scaleway
|
||||
|
||||
+ConditionKernelCommandLine=|ignition.platform.id=oraclecloud
|
||||
+ConditionKernelCommandLine=|flatcar.oem.id=oraclecloud
|
||||
+
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
40
sdk_container/src/third_party/coreos-overlay/coreos/user-patches/sys-kernel/bootengine/122.patch
vendored
Normal file
40
sdk_container/src/third_party/coreos-overlay/coreos/user-patches/sys-kernel/bootengine/122.patch
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
From 8d289d1f35baa6da8c729a3528d9ceb769044e20 Mon Sep 17 00:00:00 2001
|
||||
From: Navaneeth <me@rizexor.com>
|
||||
Date: Sat, 25 Apr 2026 22:17:12 +0530
|
||||
Subject: [PATCH] feat: add oraclecloud support
|
||||
|
||||
Signed-off-by: Navaneeth <me@rizexor.com>
|
||||
---
|
||||
.idea/.gitignore | 10 ++++++++++
|
||||
dracut/53ignition/flatcar-metadata-hostname.service | 1 +
|
||||
2 files changed, 11 insertions(+)
|
||||
create mode 100644 .idea/.gitignore
|
||||
|
||||
diff --git a/.idea/.gitignore b/.idea/.gitignore
|
||||
new file mode 100644
|
||||
index 0000000..30cf57e
|
||||
--- /dev/null
|
||||
+++ b/.idea/.gitignore
|
||||
@@ -0,0 +1,10 @@
|
||||
+# Default ignored files
|
||||
+/shelf/
|
||||
+/workspace.xml
|
||||
+# Editor-based HTTP Client requests
|
||||
+/httpRequests/
|
||||
+# Ignored default folder with query files
|
||||
+/queries/
|
||||
+# Datasource local storage ignored files
|
||||
+/dataSources/
|
||||
+/dataSources.local.xml
|
||||
diff --git a/dracut/53ignition/flatcar-metadata-hostname.service b/dracut/53ignition/flatcar-metadata-hostname.service
|
||||
index be75de1..bb1e807 100644
|
||||
--- a/dracut/53ignition/flatcar-metadata-hostname.service
|
||||
+++ b/dracut/53ignition/flatcar-metadata-hostname.service
|
||||
@@ -38,6 +38,7 @@ ConditionKernelCommandLine=|flatcar.oem.id=hetzner
|
||||
ConditionKernelCommandLine=|flatcar.oem.id=kubevirt
|
||||
ConditionKernelCommandLine=|flatcar.oem.id=proxmoxve
|
||||
ConditionKernelCommandLine=|flatcar.oem.id=scaleway
|
||||
+ConditionKernelCommandLine=|flatcar.oem.id=oraclecloud
|
||||
|
||||
OnFailure=emergency.target
|
||||
OnFailureJobMode=replace-irreversibly
|
||||
Loading…
x
Reference in New Issue
Block a user