Olaf Hering
a50be92a32
nfs-client for 13.2 builds. The scripts will be removed from these packages, they are required here. (bnc#883863, bnc#883873,bnc#883876) OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=290
10 lines
125 B
Bash
10 lines
125 B
Bash
#!/bin/bash
|
|
#
|
|
#%stage: device
|
|
#
|
|
|
|
if [ "$rootfstype" = "nfs" ]; then
|
|
interface=${interface:-default}
|
|
save_var rootfstype
|
|
fi
|