File mkinitrd_scripts_setup-cifs.sh of Package cifs-utils
#!/bin/bash
#
#%stage: device
#
if [ "$rootfstype" = "cifs" ]; then
interface=default
save_var rootfstype
fi
#!/bin/bash
#
#%stage: device
#
if [ "$rootfstype" = "cifs" ]; then
interface=default
save_var rootfstype
fi