add biosdevname=0 to deployment

This commit is contained in:
Matthew Mosesohn 2013-10-22 13:13:41 +04:00
parent 59f2640fe1
commit 9437394e5e
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class cobbler::profile::centos64_x86_64(
# default password is 'r00tme'
$ks_encrypted_root_password = "\$6\$tCD3X7ji\$1urw6qEMDkVxOkD33b4TpQAjRiCeDZx0jmgMhDYhfB9KuGfqO9OcMaKyUxnGGWslEDQ4HxTw7vcAMP85NxQe61",
$kopts = "",
$kopts = "biosdevname=0",
) {
Exec {path => '/usr/bin:/bin:/usr/sbin:/sbin'}

View File

@ -39,7 +39,7 @@ class cobbler::profile::ubuntu_1204_x86_64(
# default password is 'r00tme'
$ks_encrypted_root_password = "\$6\$tCD3X7ji\$1urw6qEMDkVxOkD33b4TpQAjRiCeDZx0jmgMhDYhfB9KuGfqO9OcMaKyUxnGGWslEDQ4HxTw7vcAMP85NxQe61",
$kopts = "priority=critical locale=en_US netcfg/choose_interface=auto auto=true",
$kopts = "priority=critical locale=en_US biosdevname=0 netcfg/choose_interface=auto auto=true",
){
case $operatingsystem {