cifs-utils/mkinitrd_scripts_setup-cifs.sh
OBS User autobuild cf7839212c Accepting request 35349 from network:samba:STABLE
Copy from network:samba:STABLE/cifs-utils based on submit request 35349 from user lmuelle

OBS-URL: https://build.opensuse.org/request/show/35349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cifs-utils?expand=0&rev=1
2010-03-19 10:57:31 +00:00

10 lines
118 B
Bash

#!/bin/bash
#
#%stage: device
#
if [ "$rootfstype" = "cifs" ]; then
interface=default
save_var rootfstype
fi