10 lines
118 B
Bash
10 lines
118 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
#%stage: device
|
||
|
#
|
||
|
|
||
|
if [ "$rootfstype" = "cifs" ]; then
|
||
|
interface=default
|
||
|
save_var rootfstype
|
||
|
fi
|