43 lines
1.3 KiB
Diff
43 lines
1.3 KiB
Diff
From b952fa472be3f417e0d857c8647a1b930624c247 Mon Sep 17 00:00:00 2001
|
|
From: Eduardo Otubo <otubo@redhat.com>
|
|
Date: Fri, 25 Feb 2022 05:05:17 -0500
|
|
Subject: Adding _netdev to the default mount configuration
|
|
|
|
RH-Author: Eduardo Otubo <otubo@redhat.com>
|
|
RH-MergeRequest: 21: Adding _netdev to the default mount configuration
|
|
RH-Commit: [1/1] 250860a24db396a5088d207d6526a0028ac73eb3 (otubo/cloud-init-src)
|
|
RH-Bugzilla: 1998445
|
|
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
RH-Acked-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
|
|
|
|
Adding _netdev option also to the default configuration for RHEL.
|
|
|
|
rhbz: 1998445
|
|
x-downstream-only: yes
|
|
|
|
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
|
|
|
|
patch_name: ci-Adding-_netdev-to-the-default-mount-configuration.patch
|
|
present_in_specfile: true
|
|
location_in_specfile: 29
|
|
---
|
|
rhel/cloud.cfg | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rhel/cloud.cfg b/rhel/cloud.cfg
|
|
index 9ecba215..1ec1a6c6 100644
|
|
--- a/rhel/cloud.cfg
|
|
+++ b/rhel/cloud.cfg
|
|
@@ -4,7 +4,7 @@ users:
|
|
disable_root: 1
|
|
ssh_pwauth: 0
|
|
|
|
-mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service', '0', '2']
|
|
+mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service,_netdev', '0', '2']
|
|
resize_rootfs_tmp: /dev
|
|
ssh_deletekeys: 1
|
|
ssh_genkeytypes: ~
|
|
--
|
|
2.31.1
|
|
|