aboutsummaryrefslogtreecommitdiff
path: root/teams/cloud/vagrant.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Major Hayden <major@redhat.com> 2024-04-15 10:09:41 -0500
committerGravatar Major Hayden <major@redhat.com> 2024-04-15 10:09:41 -0500
commit72083f7ba069497df8ae3ec41424854d6964b646 (patch)
treec66eeabd13cb39c89ad139364cd8f515e21b9183 /teams/cloud/vagrant.xml
parent3668bfa9c677762379fc62ddd063b1310e2ff828 (diff)
downloadkiwi-descriptions-72083f7ba069497df8ae3ec41424854d6964b646.tar.gz
kiwi-descriptions-72083f7ba069497df8ae3ec41424854d6964b646.zip
cloud: Consistent device naming
Use consistent network device names for network devices instead of forcing the old "ethX" names from pre-2017. This ensures that specialized network devices, such as SR-IOV devices, are easy to recognize and configure inside a Fedora instance on a public cloud or OpenStack cloud. FESCo ticket: https://pagure.io/fesco/issue/3190 Change proposal: https://fedoraproject.org/wiki/Changes/EnableConsistentDeviceNamingCloud Signed-off-by: Major Hayden <major@redhat.com>
Diffstat (limited to 'teams/cloud/vagrant.xml')
-rw-r--r--teams/cloud/vagrant.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/cloud/vagrant.xml b/teams/cloud/vagrant.xml
index 68789c5..ebccf93 100644
--- a/teams/cloud/vagrant.xml
+++ b/teams/cloud/vagrant.xml
@@ -13,7 +13,7 @@
<preferences profiles="Cloud-Base-Vagrant-libvirt" arch="x86_64,aarch64">
<type image="oem" format="vagrant"
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
- kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
+ kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
devicepersistency="by-uuid"
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
@@ -34,7 +34,7 @@
<preferences profiles="Cloud-Base-Vagrant-VirtualBox" arch="x86_64">
<type image="oem" format="vagrant"
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
- kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
+ kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
devicepersistency="by-uuid"
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"