34a37c41d7
"guestfs" See bnc#883873 (bnc#883876) OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=128
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
|