CloudBuilder 5ebd64e102 Imported 2.525.25
No reason for CPC update specified.
2019-05-28 20:47:03 +00:00

10 lines
245 B
Bash
Executable File

#!/bin/bash
#
# Set InitiatorName to be runtime generated when iscsid first starts, so
# that each cloud image gets a unique value
#
if [ -f /etc/iscsi/initiatorname.iscsi ]; then
echo "GenerateName=yes" > /etc/iscsi/initiatorname.iscsi
fi