Last change
on this file since 2813 was
1496,
checked in by broder, 16 years ago
|
Create xvm-iscsi-config package
|
-
Property svn:executable set to
*
|
File size:
309 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | set -e |
---|
4 | |
---|
5 | # Source debconf library |
---|
6 | . /usr/share/debconf/confmodule |
---|
7 | |
---|
8 | # Get IP address |
---|
9 | db_input high xvm-iscsi-config/address || true |
---|
10 | db_go || true |
---|
11 | # Get username |
---|
12 | db_input high xvm-iscsi-config/username || true |
---|
13 | db_go || true |
---|
14 | # Get password |
---|
15 | db_input high xvm-iscsi-config/password || true |
---|
16 | db_go || true |
---|
Note: See
TracBrowser
for help on using the repository browser.