ACC SHELL

Path : /lib/mkinitrd/scripts/
File Upload :
Current File : //lib/mkinitrd/scripts/setup-nfs.sh

#!/bin/bash
#
#%stage: device
#

if [ "$rootfstype" = "nfs" ]; then
	interface=${interface:-default}
	save_var rootfstype
fi

ACC SHELL 2018