repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
open-iscsi
/
trunk
/
open-iscsi.install
blob
a6d243a44285ed99d2117828248cf5b21cb1867a
1
post_install() {
2
if [ -z $(<etc/iscsi/initiatorname.iscsi) ]; then
3
name=$(iscsi-iname)
4
echo
5
echo ">>> Setting Initiatorname '$name'"
6
echo "InitiatorName=$name" >etc/iscsi/initiatorname.iscsi
7
fi
8
}
9
10
post_upgrade() {
11
post_install
12
}