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