ACC SHELL

Path : /lib/mkinitrd/scripts/
File Upload :
Current File : //lib/mkinitrd/scripts/setup-cifs.sh

#!/bin/bash
#
#%stage: device
#

if [ "$rootfstype" = "cifs" ]; then
    interface=default
    save_var rootfstype
fi

ACC SHELL 2018