nfs-utils/mkinitrd-setup.sh

10 lines
125 B
Bash

#!/bin/bash
#
#%stage: device
#
if [ "$rootfstype" = "nfs" ]; then
interface=${interface:-default}
save_var rootfstype
fi