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
|