~ubuntu-installer/kickseed/master

« back to all changes in this revision

Viewing changes to test-kickseed

  • Committer: Colin Watson
  • Date: 2007-06-18 20:01:38 UTC
  • Revision ID: git-v1:4c3a5e9177bab1923538a7df3b275a740c16ad6e
[project @ colin.watson@canonical.com-20061004193014-a7fd926a5b37f152]
* Make 'clearpart --all' write out a partman auto.d script to clear the
  first disk, since /dev/discs/disc0/disc isn't available any more and
  there's no single static alternative (closes: Malone #61576).

Original author: Colin Watson <colin.watson@canonical.com>
Date: 2006-10-04 20:30:14.719000+01:00

r47501

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        echo
28
28
}
29
29
 
 
30
ks_write_script () {
 
31
        echo "Would write executable script $1:"
 
32
        cat
 
33
        echo
 
34
}
 
35
 
30
36
RET=0
31
37
(kickseed "$1") || RET=$?
32
38