3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-13 12:21:15 +00:00

10 lines
245 B
Plaintext
Raw Normal View History

#!/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