|
|
c36ff1 |
From b9c6c6c88d16685475bb9c8f0de3c765bd5303fa Mon Sep 17 00:00:00 2001
|
|
|
c36ff1 |
From: Eduardo Otubo <otubo@redhat.com>
|
|
|
c36ff1 |
Date: Thu, 17 Feb 2022 15:01:41 +0100
|
|
|
c36ff1 |
Subject: [PATCH 2/3] Adding _netdev to the default mount configuration
|
|
|
c36ff1 |
|
|
|
c36ff1 |
RH-Author: Eduardo Otubo <otubo@redhat.com>
|
|
|
c36ff1 |
RH-MergeRequest: 21: Adding _netdev to the default mount configuration
|
|
|
c36ff1 |
RH-Commit: [1/1] 250860a24db396a5088d207d6526a0028ac73eb3 (otubo/cloud-init-src)
|
|
|
c36ff1 |
RH-Bugzilla: 1998445
|
|
|
c36ff1 |
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
c36ff1 |
RH-Acked-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
|
|
|
c36ff1 |
|
|
|
c36ff1 |
Adding _netdev option also to the default configuration for RHEL.
|
|
|
c36ff1 |
|
|
|
c36ff1 |
rhbz: 1998445
|
|
|
c36ff1 |
x-downstream-only: yes
|
|
|
c36ff1 |
|
|
|
c36ff1 |
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
|
|
|
c36ff1 |
---
|
|
|
c36ff1 |
rhel/cloud.cfg | 2 +-
|
|
|
c36ff1 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
c36ff1 |
|
|
|
c36ff1 |
diff --git a/rhel/cloud.cfg b/rhel/cloud.cfg
|
|
|
c36ff1 |
index cbee197a..75d5c84b 100644
|
|
|
c36ff1 |
--- a/rhel/cloud.cfg
|
|
|
c36ff1 |
+++ b/rhel/cloud.cfg
|
|
|
c36ff1 |
@@ -4,7 +4,7 @@ users:
|
|
|
c36ff1 |
disable_root: 1
|
|
|
c36ff1 |
ssh_pwauth: 0
|
|
|
c36ff1 |
|
|
|
c36ff1 |
-mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service', '0', '2']
|
|
|
c36ff1 |
+mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service,_netdev', '0', '2']
|
|
|
c36ff1 |
resize_rootfs_tmp: /dev
|
|
|
c36ff1 |
ssh_deletekeys: 1
|
|
|
c36ff1 |
ssh_genkeytypes: ['rsa', 'ecdsa', 'ed25519']
|
|
|
c36ff1 |
--
|
|
|
c36ff1 |
2.27.0
|
|
|
c36ff1 |
|