source: trunk/packages/xvm-iscsi-config/debian/xvm-iscsi-config.config @ 1496

Last change on this file since 1496 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
3set -e
4
5# Source debconf library
6. /usr/share/debconf/confmodule
7
8# Get IP address
9db_input high xvm-iscsi-config/address || true
10db_go || true
11# Get username
12db_input high xvm-iscsi-config/username || true
13db_go || true
14# Get password
15db_input high xvm-iscsi-config/password || true
16db_go || true
Note: See TracBrowser for help on using the repository browser.