diff --git a/libexec/rc/rc.d/nuageinit b/libexec/rc/rc.d/nuageinit index 9c914c34001..977b44e465f 100755 --- a/libexec/rc/rc.d/nuageinit +++ b/libexec/rc/rc.d/nuageinit @@ -22,12 +22,12 @@ nuageinit_start() # it either formatted in vfat or iso9660 and labeled # config-2 for f in iso9660 msdosfs; do - drive=/dev/$f/config-2 + drive="/dev/$f/[cC][oO][nN][fF][iI][gG]-2" if [ -e $drive ]; then citype=config-2 break fi - drive=/dev/$f/cidata + drive="/dev/$f/[cC][iI][dD][aA][tT][aA]" if [ -e $drive ]; then citype=nocloud break