cf7839212c
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
10 lines
118 B
Bash
10 lines
118 B
Bash
#!/bin/bash
|
|
#
|
|
#%stage: device
|
|
#
|
|
|
|
if [ "$rootfstype" = "cifs" ]; then
|
|
interface=default
|
|
save_var rootfstype
|
|
fi
|