~ubuntu-branches/ubuntu/karmic/partman-iscsi/karmic

« back to all changes in this revision

Viewing changes to choose_partition/iscsi/choices

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-08-07 09:19:26 UTC
  • Revision ID: james.westby@ubuntu.com-20090807091926-gvtn57v8uutw939e
Tags: 1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
. /usr/share/debconf/confmodule
 
4
 
 
5
db_get disk-detect/iscsi/enable
 
6
[ "$RET" = true ] || exit 0
 
7
 
 
8
db_metaget partman-iscsi/text/configure_iscsi description
 
9
 
 
10
printf "iscsi\t%s\n" "$RET"