mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
468 B
Text
12 lines
468 B
Text
## arg 1: the new package version
|
|
post_install() {
|
|
echo
|
|
echo "The open-iscsi package contains the userland tools of the"
|
|
echo "Open-iSCSI project. It depends on iSCSI modules which are already"
|
|
echo "present in current (>= 2.6.16) kernels and must be present on"
|
|
echo "your system or statically compiled inside your kernel image."
|
|
echo
|
|
echo ">>> Setting Initiatorname ..."
|
|
echo "InitiatorName=$(iscsi-iname)" > /etc/iscsi/initiatorname.iscsi
|
|
echo
|
|
}
|